Cant get values to next page
I cant figure out how to pass the values from the text field to the php script because POSTing the name of the text field to the php form wont produce a value, I dont fully understand what isHtmlID is and how it works, but Im loading the values in the form from an ajax script that puts the 'name' in the form object and the 'value' in the 'hidden field', how do i access that hidden field for the values seperated by a comma in my php processing script?
2 Posted by Anthony on 08 Apr, 2012 02:13 AM
Nevermind I got it, whatever you use as asHtmlID, append it to as_value:
example if you asHtmlID is "service" use:
$_POST['as_values_service"] to get the value with your PHP process script.
3 Posted by Kevin on 21 Apr, 2012 11:12 PM
Thanks man!
4 Posted by Anon on 07 May, 2012 06:00 AM
Thanks a lot!