I want to modify signup.html to create different signup pages for different products using the {if $smarty.request.price_group == -1} method mentioned in the knowledgebase. However, in signup.html do these statements go inside the form, or inside the table, or outside both?
I worked through customizing the signup page for different products. What I'm struggling with now is having fields required for some products and not for others. For example, can I make additional fields required for product x but not product y? How about for street address, can that be required for some but not others?