I want to make a form where the visitor choose between private and business as their customer type. Based on the input they will be asked for birthnumber or org.number. Is there a way to do this using doc2form?
1. update the source code so that depending on selection (you could pass that through via querystring) make one or the other field visible (disadvantae you need to update code)
2. The quick way would be to create 2 forms one with birthnumber field and other with org.number and depending on selection show relevant form (disadvantage you have 2 similar forms however easier to setup)
doc2form and smart forms
I want to make a form where the visitor choose between private and business as their customer type. Based on the input they will be asked for birthnumber or org.number. Is there a way to do this using doc2form?
I hope for a quick answer :)
You got 2 options,
1. update the source code so that depending on selection (you could pass that through via querystring) make one or the other field visible (disadvantae you need to update code)
2. The quick way would be to create 2 forms one with birthnumber field and other with org.number and depending on selection show relevant form (disadvantage you have 2 similar forms however easier to setup)
Regards
Ismail
Hello and thanks, I really would love to have the first option, but i have no idea how to do this.
is working on a reply...