I have a 2 step safecracker form
First I ask them a job type. Ie: type A, type b etc (from a multi select field)
they submit the form and publish to the channel
next page they are shown the form the entry they just submitted and asked some details about that job.
how can I ask particular questions based on the previous answer?
{exp:safecracker channel="connection" return="video/thanks" entry_id="{segment_3}"}
<input name="title" type="hidden" value="{member_id} - {username}">
Which best describes your work?
{if connection == "Education Services"}Teacher, lecturer, Asst/ Assoc/ Professor, Teaching assistant , home schooling parent, other{/if}
<input type="text" name="connection2" id="connection2" value="{connection2}">
<input type="submit" value="Submit">
{/exp:safecracker}