Page 1 of 1
Info on the same row in submited email
Posted: Thu May 23, 2019 6:17 am
by labbasbenke
Hi
If I have several edit boxes on the same row on my form. Is it possible to display the content the same way when i send it as mail.
Ex The customer fill in the orderform type: partnumber, color, size, weight, all info on the same row.
When i submit and send it by mail i want the partnumber, color, size and weight apear on one row
in the mail.Is this possible ???
I can not use a comboboxes in this case.
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 6:24 am
by Pablo
Re: Info on the same row in submited email HELP PLEASE !!!!!!
Posted: Thu May 23, 2019 12:09 pm
by labbasbenke
Hi again
Yes this was helpful to a certain extendt. I can not figuer out if how to put it all together. Could somebody PLEASE help me. I am helping a company with a orderform. The customer should fill in the orderform and i want to have multiple editboxes in one row and display the information from those editboxes in the same way when I submit the form. I would appreciate any help a lot.
PLEASE PLEASE HELP.
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 12:17 pm
by Pablo
What exactly is unclear about the FAQ article?
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 1:13 pm
by labbasbenke
Hi again
Should $name $email and $website be placed on the same row to be displayed on one row when submited. In the example the $name $email and $website is on separate rows ? And where to name the text field $name $email and $website.
I really need a deep explanation of how to do it. Can anybody help me PLEASE.
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 2:12 pm
by Pablo
To place all items on one row use:
Code: Select all
Name: $name, Email: $email, Website: $website
instead of
Code: Select all
Name: $name
Email: $email
Website: $website
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 3:21 pm
by labbasbenke
Ok we are a bit closer to the solution but how do i fill in the general information for each editbox. I understand to give it a name but where do i give it the variable sign ?
Best regards
Bengt
Re: Info on the same row in submited email
Posted: Thu May 23, 2019 3:32 pm
by Pablo
Just give each editbox a valid name, there is no need to set a variable name separately.