Page 1 of 1

Webform Max Characters

PostPosted: Wed Jul 29, 2009 10:04 am
by spinto
When attempting to setup the Webform it only allows you to enter up to 255 characters.

Here is the value I would like to use:

VARhttp://URL/?&fname=--A--first_name-- ... ress3--B--

The URL gets cut off:

VARhttp://URL/?&fname=--A--first_name-- ... -phone_num

PostPosted: Wed Jul 29, 2009 3:50 pm
by Op3r
No

I dont think that's how it works.

You should setup your webform to catch the variables that vicidial parses.

here's the sample webform

http://astguiclient.sourceforge.net/tes ... utput.phps

PostPosted: Wed Jul 29, 2009 10:24 pm
by mflorell
That does appear to be a proper web form entry for 2.0.5 and higher.

As for lengthening the web_form_address field, you should be able to change it to a TEXT field type in the database, then you just need to make the input field longer in admin.php and it should work.