Created
January 6, 2015 20:28
-
-
Save richmolj/f622e368651087da97c3 to your computer and use it in GitHub Desktop.
Fieldset HTML
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
<fieldset> | |
<label for="survey_questions_attributes_0_answers_attributes_0_content">Answer</label> | |
<input id="survey_questions_attributes_0_answers_attributes_0_content" name="survey[questions_attributes][0][answers_attributes][0][content]" size="30" type="text" value="mozzarella"> | |
<input id="survey_questions_attributes_0_answers_attributes_0__destroy" name="survey[questions_attributes][0][answers_attributes][0][_destroy]" type="hidden" value="false"> | |
<a href="#" class="remove_fields">remove</a> | |
</fieldset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment