Created
February 21, 2019 08:08
-
-
Save kirikak2/67c778e814b36df8ee6925277c3efc0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>テスト</title> | |
</head> | |
<body> | |
<form method="post" class="marketing-form" action="https://staging.all-in.xyz:443/marketing/forms/7afca9eecc7a11e8999b0a86b51bbde6/customers" data-use-recaptcha="true" enctype="multipart/form-data"> | |
<input type="hidden" name="tracking_code" value=""> | |
<input type="hidden" name="customer_type" value="individual"> | |
<label for="email">Email</label> | |
<span style="color:red">*</span> | |
<input name="email" required placeholder="[email protected]" maxlength="256" type="email"> | |
<br> | |
<label for="email_confirmation">Email(確認)</label> | |
<span style="color:red">*</span> | |
<input type="text" name="email_confirmation" required> | |
<br> | |
<label for="full_name">氏名</label> | |
<span style="color:red">*</span> | |
<input name="last_name" placeholder="山田" required maxlength="64" type="text"> | |
<input name="first_name" placeholder="太郎" required maxlength="64" type="text"> | |
<br> | |
<label for="file">添付ファイル</label> | |
<input type="file" class="file-upload" name="upload_files[]"> | |
<input type="button" class="file-upload-cancel" value="削除" style="display: none"> | |
<br> | |
<label for="file">添付ファイル</label> | |
<input type="file" class="file-upload" name="upload_files[]"> | |
<input type="button" class="file-upload-cancel" value="削除" style="display: none"> | |
<br> | |
<input type="text" name="do_not_remove_this_tag_if_you_would_like_detecting_bot" style="display:none"> | |
<script src="https://staging.all-in.xyz:443/assets/marketing_form.js"></script> | |
<script src="https://www.google.com/recaptcha/api.js" async defer></script> | |
<div id="recaptcha" class="g-recaptcha" | |
data-sitekey="6Lco7XIUAAAAADA2VvYiJlvT_W1ng4MJhIJdmO-X" | |
data-callback="submitFunc" | |
data-size="invisible"></div> | |
<button type="button" onclick="validate(this.form)">送信する</button> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment