Am having problems getting a dropdown list to work. It is a simple list of subjects and they are listed in a Select Box, which initially had a list of:
No=No
Yes=Yes
I simply changed that for:
Airtime=Airtime
Iridium Airtime=Iridum
That did not work so tried:
airtime=Airtime
iridium_airtime=Airtime
Still no go, so I went to:
'airtime'=Airtime
'iridium_airtime'=Airtime
All I get is {input_text_5}
Yes, I am guessing. If I could write the code I would, but I don't even know where to put it.
Hi scion371,
Either of your first two examples should be good. Please check the name of the input though. It is probably input_select_5 and not input_text_5.
Bob
Greyhead, thanks for your comments.
You are quite right the select dropdown is referred to as: input_select_5
The Email is sent but returns the message against the word Select as input_text_5 as per:
First Name: Peter
Last Name: Anderton
Company: Scion Test
Tel: 07773074105
Email: [email]xyzzzz@domainname.com[/email]
Select: {input_text_5}
I cannot see where or how this is generated in the Easy Wizard editor and not quite sure where to start looking.
Hi scion731,
Probably in the Email template - click the Configure Email link.
Bob
Hi Daz,
Please list all the dropdowns fields names in your 3 forms and for each one please state if it has the "multiple" enabled ?
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max
I dont have problems when I write code for other sites for dropdown boxes and email forms.. but this site we are using chronoform and I have it all working except feeding this dropdown data to email (it doesnt work even if I use a single part form so I have determined its not the data to session losing this data)
not sure why you want all listed?
(they all have individual names)
current_state - is the name of one and yes it has multiple ticked
Size: 1
Selected: QLD
Options:
QLD=QLD
NSW=NSW
VIC=VIC
ACT=ACT
SA=SA
NT=NT
WA=WA
TAS=TAS
thanks
Daz
thanks🙂
LOL *doh* .. looks like tickling multiple was the issue .. LOL
Thanks for your help🙂
Staring at code too long makes you miss things..lol
wasnt til after i sent that that I thought.. hrmm.. why is multiple ticked? ..LOL
Daz
No problems, glad you found it!🙂
Multiple will post the dropdown value as an Array, so it will appear as Array without the "Handle arrays" action.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.