Skip to content

Instantly share code, notes, and snippets.

@richmolj
Created January 6, 2015 20:28
Show Gist options
  • Save richmolj/f622e368651087da97c3 to your computer and use it in GitHub Desktop.
Save richmolj/f622e368651087da97c3 to your computer and use it in GitHub Desktop.
Fieldset HTML
<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