Hi All,
I have a problem with a multi page form that I have create in Chronoforms V4 RC3.5.1. I have set up an event om on submit to make use of the the Joomla! registration event with CB field population.
The regular user registrations fields are not sent through correctly and that is after I have setup the field names in the form and on the event to be the same.
I have activated the debugger event to see where the problem could be and that is where I saw that the fields are empty.
Here is my debugger array:
Please can someone help me to correct this problem?
Regards,
IceMan1021
I have a problem with a multi page form that I have create in Chronoforms V4 RC3.5.1. I have set up an event om on submit to make use of the the Joomla! registration event with CB field population.
The regular user registrations fields are not sent through correctly and that is after I have setup the field names in the form and on the event to be the same.
I have activated the debugger event to see where the problem could be and that is where I saw that the fields are empty.
Here is my debugger array:
Data Array:
Array
(
[id] => 50
[chronoform] => get_started
[event] => submit
[cf_sid] => 632851f322f81e79bb0d1618d03ad9e8
[option] => com_content
[Itemid] =>
[view] => article
[cb_serialnumber] => PSPKBF-044013F3
[cb_model] => SATELLITE P850-F316
[cb_purchacecountry] => South Africa
[cd_purchacedate] => 2013-02-01
[cb_comptelnum] => 0121231234
[cb_compname] => MIM
[cb_jobtitle] => Developer
[cb_faxnum] => 0861231234
[cb_compaddress] => Business Address
[cb_department] => Cunningham 1446
[cb_streethouse] => 312b 20th avenue
[cb_addinfo] => Rietfontein
[cb_postalcode] => 0084
[cb_city] => Pretoria
[cb_county] => Gauteng
[cb_country] => South Africa
[cb_contactemail] => No
[cb_contactpost] => No
[cb_contactphone] => No
[register] => Click to Register
[5a2dbfb83999daaa51ecf3f7f75876e6] => 1
[name] =>
[username] =>
[email] =>
[password] =>
[password2] =>
[cb_cardnumber] => 15975328
[firstname] => Llewellyn
[lastname] => Dawson
[password_verify] => qazxsw
[to_step_2] => Continue to step 2 >
)
Validation Errors:
Array
(
[firstname] => You must provide your name.
[username] => You must provide your username.
[email] => You must provide your email.
[password] => You must provide your password.
)
Please can someone help me to correct this problem?
Regards,
IceMan1021
Hi All,
I resolved my problem. All I had to do was put in data to session and session to data action in my multi page events and that resolved my problems.
Regards,
IceMan1021
I resolved my problem. All I had to do was put in data to session and session to data action in my multi page events and that resolved my problems.
Regards,
IceMan1021
This topic is locked and no more replies can be posted.
