Thanks, Doug and Matt!

I will be placing the employment history section of the application on its own page, with "add another" and "continue" buttons.

In terms of the hidden value being used to increment the form fields when "add another", is that the best way, or should I do it as follows?

Initial value:
<cfset session.jobapp.numemployers = 1>
<cfset i = session.jobapp.numemployers>

Future values:
<cfif IsDefined("FORM.moreemployers")>
     <cfset i = i + 1>
</cfif>
<cfset session.jobapp.numemployers = i>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to