Forums

Input_select shwoing instead values submitted

muktar 28 Apr, 2013
Hello guys
i am creating a currency exchange site and i am trying to use chronoforms for my user information collection but so far i am getting some erros. Using the same form i get these random erros upon submiting info on the frontend.

1. [Voucher Code r9349328383
Voucher Value eueueueuue
From {input_select_7}
Currency {input_select_9}
Exhange to {input_select_10}
L R Account no. {input_text_11}
Email {input_text_12}
Enter the code 7Hvjx]

Note: I used text boxes to create the fields and I am concerned about the (input_select_) showing instead of the values the user submitted in the front end.
GreyHead 29 Apr, 2013
Hi muktar,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab.

Bob
muktar 29 Apr, 2013
hello Greayhead, than for the reply. Below is the info from the debugger

[Data Array:

Array
(
[chronoform] => Buy
[event] => submit
[Itemid] => 116
[option] => com_content
[view] => article
[id] => 8
[input_text_1] => 2374737273
[input_text_2] => 29337839839
[input_select_19] => Paysafe
[input_select_15] => Dollar
[input_select_18] => Liberty Reserve
[input_select_11] => w99949937
[input_select_12] =>
[email]newman@yahoo.com[/email]
[chrono_verification] => 9VykH
[input_radio_20] =>
[Enter_Code] => Submit
[8fcc6e58e27c3443a02bb1698c149b92] => 1
)
Validation Errors:
Array
(
)
Thanks for your purchase. Our accounts department will review your order and approved as soon as possible Debug Data
email
4
Result
An email has been SENT successfully from (Name of sender) [email]info@mysite.com[/email] to [email]newman@yahoo.com[/email]
Body
Voucher Code 2374737273
Voucher Value 29337839839
From {input_select_7}
Currency {input_select_9}
Exhange to {input_select_10}
L R Account no. {input_text_11}
Email {input_text_12}
Enter the code 9VykH


Submitted by 151.52.112.156
Attachments
array ( )
Core Captcha
Passed the core captcha check!]
GreyHead 29 Apr, 2013
Hi Muktar,

It looks as though you have edited your form but haven't updated the Email template to match those changes. Notice that the missing values in the Email template don't exist in the form data array.

Bob
muktar 29 Apr, 2013
thnx for the help Bob. Now i have another question. I need one of the forms to send the clients an email as soon as they hit submit.
[Data Array: 

Array
(
    [id] => 10
    [chronoform] => Money_Transfer
    [event] => submit
    [Itemid] => 116
    [option] => com_content
    [view] => article
    [input_text_2] => junior
    [input_text_3] => sani
    [input_text_4] => ghana
    [input_text_5] => Accra
    [input_text_7] => 444
    [input_text_6] => 
 isoccer@yahoo.com
    [input_submit_8] => Submit
    [dbd138c7f9515cb6b130407e76891d0e] => 1
)
Validation Errors: 
Array
(
)
Thank you for your order. A message has been sent to your email address with the details of how to send your money transfer. Please contact us if you have not received this in the next 30 minutes. Debug Data
email
2
Result
An email has been SENT successfully from (Name of Sender) info@mysite.com to newman@yahoo.com
Body
First Name	 junior
Last Name	 sani
Country	 ghana
City	 Accra
Order Amount	 444
Email	isoccer@yahoo.com


Submitted by 151.52.112.156
Attachments
array ( )
4
Result
An email has been SENT successfully from (Site Admin) info@mysite.com to
Body
First Name	 junior
Last Name	 sani
Country	 ghana
City	 Accra
Order Amount	 444
Email	isoccer@yahoo.com


Submitted by 151.52.112.156
Attachments
array ( )]
GreyHead 19 May, 2013
Hi muktar,

I'm not sure what your question was here. I do see that the second email has no To Email Address set.

Bob
This topic is locked and no more replies can be posted.