Info on the same row in submited email

Issues related to forms.
Post Reply
labbasbenke
 
 
Posts: 6
Joined: Fri Nov 06, 2015 2:44 pm

Info on the same row in submited email

Post 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.
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Info on the same row in submited email

Post by Pablo »

labbasbenke
 
 
Posts: 6
Joined: Fri Nov 06, 2015 2:44 pm

Re: Info on the same row in submited email HELP PLEASE !!!!!!

Post 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.
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Info on the same row in submited email

Post by Pablo »

What exactly is unclear about the FAQ article?
labbasbenke
 
 
Posts: 6
Joined: Fri Nov 06, 2015 2:44 pm

Re: Info on the same row in submited email

Post 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.
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Info on the same row in submited email

Post 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
labbasbenke
 
 
Posts: 6
Joined: Fri Nov 06, 2015 2:44 pm

Re: Info on the same row in submited email

Post 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
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Info on the same row in submited email

Post by Pablo »

Just give each editbox a valid name, there is no need to set a variable name separately.
Post Reply