i2-Services, Inc. Forums

Full Version: Conditional Fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My form requirements include the conditional display of fields based on answers selected from previous fields.

Will your software support this requirement?

Please advise,
Russell Cox
Russell,

You have the option to manually enter form fields into the form template. You could do a lookup
on a session variable and display manually entered fields based on its value, on whatever form
page # you wish.

IE:

Code:
{if $smarty.session.f2e_var_name == "yes"}
   Specific HTML / Form Code here
{/if}

Reference URL's