Hello
I need your help, as iam not a coder, so i will be performing exactly as you say.
I wanted the fields to change, as per the subject drop-down
So, if there are 4 options in drop-down in subject-line, and i choose first option, the below custom fields should appear as per the drop-down chosen.
In the same way every dropdon will have different custom fields associated with it.
Can anybody help me in performing this step.
below is the code currently being used.
___________________________________________________________________________
<p>Your Name (required)
[text* your-name placeholder "John Smith"] </p>
<p>Your Email (required)
[email* your-email placeholder "john.smith@example.com"] </p>
<p>Subject (required)
[select* your-subject include_blank "Custom Design" "Custom Print" "Custom Label" "Enquiry"] </p>
<p>Phone No.
[tel contact-no placeholder "+91 8888888888"] </p>
<p>Attach File
[file your-file filetypes:pdf|jpg|png|jpeg|gif|doc|docx] </p>
<p>Your Message
[textarea your-message placeholder "Your Message"] </p>
<p>[submit id:test class:button "Send"]</p>