subhamjena
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Thank you for your reply. It worked Now.
- This reply was modified 4 years, 10 months ago by subhamjena.
Making my code short
i am trying to solve the problem. actually, i am unable to get correct outputs on mails.
pls help me where i am wrong and with the proper solution.codes are here:
<label> Your name [text* your-name] </label> <label> Your email [email* your-email] </label> <label> Subject [text* your-subject] </label> [select city "select city" "bhubaneswar" "cuttack" "puri"] [group bhubaneswar_showroom clear_on_hide] [select showroom "select bbsr showroom" "patia" "oldtown" "kalpana"] [/group] [group cuttack_showroom clear_on_hide] [select showroom "select ctc showroom" "link road" "chandikhol" "CDA"] [/group] [group puri_showroom clear_on_hide] [select showroom "puri main road"] [/group] [group group-822 clear_on_hide][/group] <label> Your message (optional) [textarea your-message] </label> [submit "Submit"]Conditional fields
show [bhubaneswar_showroom] if [city] equals "bhubaneswar" show [cuttack_showroom] if [city] equals "cuttack" show [puri_showroom] if [city] equals "puri"Mail tags
Your name:[your-name] Your email:[your-email] Subject:[your-subject] select city:[city] showroom:[showroom] Your message (optional):[your-message]hi Jules Colle,
“servicecenter” name is a common field i have taken. and in the email also I have also used the same name to fetch data. now if I change the name and give unique names. how can I fetch data in the mail. Please suggest me, I wl be grateful.
Viewing 3 replies - 1 through 3 (of 3 total)