<%= label_tag "Future questions/pages will be shown based on the answer to this question: " %>
<%= radio_button_tag :future_affect, "yes" %>
<%= label_tag :future_affect_yes, "Yes" %>
<%= radio_button_tag :future_affect, "no" %>
<%= label_tag :future_affect_no, "No" %>
<% if @element.conditional.present? %>
<% end %>
What answer should show the element or page? <%= f.text_field "conditional_answer" %>
Enter multiple answers separated by semi-colon to match using an OR condition. Ex: "Option A; Option B" will match either "Option A" or "Option B" answers