Posts: 41
Threads: 8
Joined: Aug 2014
Reputation:
2
Hi,
Is it possible to map any leads field type in a webform to radio buttons in html? Is there any way to do it, as I do not see a radio button type in fields.
Please suggest if there is a way to do it.
thanks,
[color=#000080][b]Anil Purushothaman[/b][/color]
Posts: 41
Threads: 8
Joined: Aug 2014
Reputation:
2
Thanks Joe, I had figured out a little later that it was a lame question <!-- s
--><img src="{SMILIES_PATH}/icon_e_sad.gif" alt="
" title="Sad" /><!-- s
-->
I was able to do it easily, like you said, by using the Name attribute.
Thanks anyways !
Anil
[color=#000080][b]Anil Purushothaman[/b][/color]
Posts: 41
Threads: 8
Joined: Aug 2014
Reputation:
2
Hi,
I am facing a problem with the html name attribute of webform fields, for example, "label:course[]" is the html name of a custom list field that i created in corebos leads module and using in webform.
How do i use this field name in the javascript code? The script doesnt work with name containing special characters.
Can you help? Thanks.
Anil
[color=#000080][b]Anil Purushothaman[/b][/color]
Posts: 41
Threads: 8
Joined: Aug 2014
Reputation:
2
okay that means i will have to figure out the fieldnames of each custom field, like cf_888 for label:course[]. Just guessing if there is an easy list available for that, I think the email template is one place where fieldnames are used, or else i have to get into mysql tables.
thanks, I will give it a try now.
[color=#000080][b]Anil Purushothaman[/b][/color]