Page 1 of 1

Just lead_id to append to the webform

PostPosted: Tue Jan 23, 2007 12:22 pm
by mccoybm
I have my webform working with the exception that it's still placing every variable in the string. All I want in the query string is the lead_id.

http://69.33.241.138:85/auto/resultsdet ... lead_id--B

What's the best way to only return that single field at the end? (I realize the sample has "lead_id=" but my form uses just id.)

Thanks.

PostPosted: Tue Jan 23, 2007 3:05 pm
by mflorell
Use the SCRIPT tab(with an IFRAME where you can control the query string).

Your other option is to edit the vicidial.php code to change the query string for web form.

PostPosted: Tue Jan 23, 2007 3:19 pm
by mccoybm
WORKED GREAT! That's awesome. Thanks.