Page 1 of 1

Webform and custom fields

PostPosted: Mon Jul 06, 2015 5:53 pm
by clamere
Hello everyone,

im having trouble with my webforms and posting custom fields, I can post them correctly when the information is in a plain text format, however when the information is in a dropdown or a radio selector etc, the information does not get populated in the webform. i have included the CFcustomfields=y in the string. and like i said can get regular typeable text to populate just no other type of field. Any information would be helpful! Thanks

Linux gogoautodialorg 2.6.18-404.el5 #1 SMP Tue Apr 7 12:42:54 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
Asterisk 1.8.23.0-1_centos5go
This is a Scratch Install, Followed directions to the T, 0 errors
No Digium
Server is a Amazon AWS ec2 instance.
Single Server
Version 2.9rc1
DB Schema Version 1379
DB Schema Update Date 2015-04-13 12:08:04

Re: Webform and custom fields

PostPosted: Wed Jul 08, 2015 9:54 am
by udy786
You can write HTML script Field Option. I think you are selecting radio or drop down in filed type. You can keep filed type text and write HTML code in filed option for you requirement.

Re: Webform and custom fields

PostPosted: Thu Jul 09, 2015 11:52 pm
by clamere
I actually figured out what wrong. I'll post here for others.

When setting up the custom fields I only put for example Mike,
Sally,
When it really needs to be
Mike,Mike
Sally,Sally
Thank you for your help however!

Re: Webform and custom fields

PostPosted: Fri Jul 10, 2015 6:29 am
by mflorell
Thanks for the postback with your solution!