Developer Support »

Script apparently not working after attempting to alter subject action  (See more user questions)

Hi

The attached script had a parse error on it. You had deleted a comment
opener "/*" from line 592. I have put it in and have attached the corrected
script for you.

For the dynamic subject line to work, you need to change this:

$subject = "door hanger order form";

...to this (as appropriate):

$subject = "Quotation request from " . $_REQUEST['name'];

More info here:

https://formtoemail.com/developersupport/selecting_email_subject.php

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Friday, November 07, 2008 1:55 AM
Subject: Formtomail script no longer working after attempting to alter
subject action


> Hi Charles,
>
> I made changes to the form that I have working with a generic subject line
> to make the script return a data field and it did not work. That aside I
> have done something apparently that is preventing the script from
> completing or forwarding to the page it is designed to go to. I failed to
> archive a copy of the working script and accompanying html page.
>
> I have tried to return the form to the condition it was in when it was
> working without a dynamic subject line and I have attached a copy of it
> for review (if you would be kind enough to take a look at it).
>
> Here is the link to the form and the page it is designed to goto after
> completion. These pages are in development and not linked to the rest of
> the site.
>
>
> It goes without saying I will save a master copy of the working script if
> I can get it working, before attempting final refinements.
>
> Any help you could provide would be greatly appreciated,