Skip to main content
I would lke my lead form to display particular fields based on the product that I select. Is that possible?
5 respostas
  1. 4 de ago. de 2014, 21:11

    It can be done but it will require some pretty significant programming skills.  You'll need someting like AJAX or Jquery that can dynamically redraw the pertinent parts of the form based on the options that are already selected.

     

     

    Keep in mind that having required fields, input validation, etc. on a form like this becomes rather tricky.  For example, if your 3 year program requires undergraduate degree information and you set this as required, you have to be careful not to make this requirement apply to say the summer workshops since users won't be able to fill in a field you don't display to them. 
0/9000