Developer Support »

Formatting output email, line spacing  (See more user questions)

Hi

You can call the script by any name you like, so long as you change the form
action. So if you change the filename to:

formtoemailpro_test.php

...the form action would be:

<form action="formtoemailpro_test.php" method="post">

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Thursday, March 04, 2010 2:14 PM
Subject: Re: code question


> One other thing Charles...
>
> Does the code require the filename to be formtoemailpro.php? I get error
> messages when Ive renamed it.
>
> Thanks!
>
> On Mar 4, 2010, at 7:53 AM, "FormToEmail.com"
> wrote:
>
>> My pleasure, !
>>
>> Charles Sweeney
>> https://formtoemail.com
>> The world's easiest feedback script!
>>
>> ----- Original Message -----
>> Sent: Thursday, March 04, 2010 11:25 AM
>> Subject: RE: code question
>>
>>
>>> Thanks a lot!
>>>
>>> -----Original Message-----
>>> Sent: Thursday, March 04, 2010 2:43 AM
>>> Subject: Re: code question
>>>
>>> Hi
>>>
>>> Thank you for your question.
>>>
>>> Yes indeed, you can remove the blank spacing line by configuring the
>>> $line_spacing option in the script or by using an email template. If
>>> configuring the $line_spacing option, change it to this:
>>>
>>> $line_spacing = 0;
>>>
>>> If using an email template, you can make the output email look exactly
>>> as
>>> you want it to, with big spaces, no spaces, paragraphs, images,
>>> colours...anything that takes your fancy! See the $email_template
>>> option in
>>>
>>> the script instructions. More info here:
>>>
>>> https://formtoemail.com/developersupport/email_templates.php
>>>
>>> Any questions, just let me know.
>>>
>>> Best wishes.
>>>
>>> Charles Sweeney
>>> https://formtoemail.com
>>> The world's easiest feedback script!
>>>
>>> ----- Original Message -----
>>> Sent: Wednesday, March 03, 2010 11:50 PM
>>> Subject: code question
>>>
>>>
>>>> The email data is formatted with a blank line in between each field.
>>>> Is
>>>> there an easy way to eliminate this blank line (row) in the php code?
>>>>
>>>>
>>>>
>>>> Thank you!