Last active
June 8, 2020 20:57
-
-
Save appakz/819920b937b8c251994ae980289cb4cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<form id="create_pdf_form"> | |
<fieldset> | |
<legend>Create Customer Info Sheet PDF</legend> | |
<div> | |
<label id="first_name_prompt_id" for="first_name_input_id">First Name</label> | |
<input name="first_name_input" id="first_name_input_id"/> | |
</div> | |
<div> | |
<label id="last_name_prompt_id" for="last_name_input_id">Last Name</label> | |
<input name="last_name_input" id="last_name_input_id"/> | |
</div> | |
<input type="hidden" id="download_token_value_id"/> | |
<input type="submit" value="Create File"/> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment