Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating Application Forms


Guest

Recommended Posts

Posted

I am creating a FEEDBACK (Application) so when customers fill the application out it is EMAILED to me (not stored in the database), but when I reiceve the email all informations are in one line like the example below!

 

TESTRING 2TESTING 1YES11/01/[email protected] = ACTValue and Pricing = Excellent

 

How I can add a <BR> after each inquiry (question) please, so the answer to each question is in a seperate line and not all joined together like the above exapmle?

 

I have already added the "<br>s" but it doesn't work!

 

Here is an area that I have tried and didn't work.

$email_inquiry = ($enquiry .'<br><br>'. $enquiry1 .'<br><br>'. $email_gender .'<br><br>'. $email_newsletter .'<br><br>'. $email_dob .'<br><br>'. $email_email_address .'<br><br>'. $email_country .'<br><br>'. $email_state .'<br><br>'. $email_value ) ;

 

 

PLEASE SOME ONE TELLS ME HOW I CAN DO THAT?

 

Many thanks in advance

Mitchell

Posted
Try to use the \n instead of the <br>.

 

 

THANK YOU, THANK YOU , THANK YOU

Posted

Hi,

I have create the application form but now I need to have the name of each enquiry box to be emailed to me as well, I only reiceve the letters that shoppers type in the box, but I need to know what the wquestion was! How do you do it in PHP?

 

In html I use "name" like this;

<input name="Listing Address2: " type="text" class="Forms" id="Listing Address2">

 

But how do you do it in OsCoomerce or PHP please so when I receive the feedback form it says some thing like this;

Listing Address2: 25 King Rd, Mascot

 

RATHER THAN JUST;

25 King Rd, Mascot

 

 

I realy appreciate your help!

 

 

Cheers

Mitchell

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...