[phorm] No data

  • From: "Brian Haines" <phorm@xxxxxxxxxxxxxxxx>
  • To: <phorm@xxxxxxxxxxxxx>
  • Date: Sat, 15 Jun 2002 10:45:02 -0400

When this form is sent from "http://new.lamorette.com/shop.html"; no data
is sent to in the email. The email is received, but there is no data in
the {{name}} filds.

I am sure I am doing something wrong. Can you give a look?

Brian Haines

In my HTML Form I have:
<form name="form1" method="post" action="phorm.php">
<input type="hidden" name="PHORM_BASE" value="shop">
<input type="hidden" name="PHORM_CONFIG" value="shopconfig.php">

In my PHORM_BASE:
shop    shop
contact contact

Phormconfig.php3 is just the default file save for this line:
$PHORM_ALERTTO = "brian@xxxxxxxxxxxxxxxx";

Here is shopconfig.php:
<?php
  $PHORM_LOG = "log.txt";
  $PHORM_LOGVAR = "name phone PHORM_FROM WHEN_POSTED";
  $PHORM_LDELIM = "|";
  $PHORM_ALERTTO = "brian@xxxxxxxxxxxxxxxx";
  $PHORM_TO = "brian@xxxxxxxxxxxxxxxx";
  $PHORM_ACK = "ack.html";
  $PHORM_TMPL = "tmpl.txt";
  $PHORM_SUBJECT = "Your Order Form Data";
  $PHORM_FROM = $email;
  $WHEN_POSTED = date("d.m.y H:i:s"); 
?>

And here is tmpl.txt:
Item                    -Qty
3491 Fuschia            {{3491-f}}
3491 Turquoise          {{3491-t}}

3834 S Black            {{3834-s-b}}
3834 S Ivory            {{3834-s-i}}
3834 M Black            {{3834-m-b}}
3834 M Ivory            {{3834-m-i}}
3834 L Black            {{3834-l-b}}
3834 L Ivory            {{3834-l-i}}

3301 Black              {{3301-b}}
3301 Ivory              {{3301-i}}

3888 S Bronze           {{3888-s}}
3888 M Bronze           {{3888-m}}
3888 L Bronze           {{3888-l}}

3666 Gray               {{3666-g}}
3666 Khaki              {{3666-g}}

3800 S Black            {{3800-s-b}}
3800 S Nude             {{3800-s-n}}
3800 M Black            {{3800-m-b}}
3800 M Nude             {{3800-m-n}}
3800 L Black            {{3800-l-b}}
3800 L Nude             {{3800-l-n}}

3614 S Black            {{3614-s}}
3614 M Black            {{3614-m}}
3614 L Black            {{3614-l}}

5898 32B Bronze         {{5898-32b}}
5898 34B Bronze         {{5898-34b}}
5898 36B Bronze         {{5898-36b}}

5666 Gray               {{5666-g}}
5666 Khaki              {{5666-k}}

5800 34B Black          {{5800-34b-b}}
5800 34B Nude           {{5800-34b-n}}
5800 34C Black          {{5800-34c-b}}
5800 34C Nude           {{5800-34c-n}}
5800 36B Black          {{5800-36b-b}}
5800 36B Nude           {{5800-36b-n}}
5800 36C Black          {{5800-36c-b}}
5800 36C Nude           {{5800-36c-n}}

5614 34B Black          {{5614-34b}}
5614 36B Black          {{5614-36b}}

- Billing Info -
Full Name:              {{bill-name}}
Company Name:   {{bill-company}}
Address:                {{bill-address}}
City:                   {{bill-city}}
State:          {{bill-state}}
Postal Code:    {{bill-postal}}
Country:                {{bill-country}}
Phone:          {{bill-phone}}
E-mail:         {{bill-email}}

- Shipping Info -
Full Name:              {{ship-name}}
Company Name:   {{ship-company}}
Address:                {{ship-address}}
City:                   {{ship-city}}
State:          {{ship-state}}
Postal Code:    {{ship-postal}}
Country:                {{ship-country}}
Phone:          {{ship-phone}}
E-mail:         {{ship-email}}

Submitted from IP: {{REMOTE_ADDR}}
Date and time submitted: {{WHEN_POSTED}}

-----Original Message-----
From: support&#64@xxxxxxxxxxxxxx [mailto:support&#64@xxxxxxxxxxxxxx] 
Sent: Monday, June 03, 2002 2:38 PM
To: phorm@xxxxxxxxxxxxxxxx
Subject: [Phorm:] Re: No data


The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

************************************************************************
*** 

  MESSAGE:  (#1139) Re: No data 
            <http://www.phorm.com/support/?rev=1139> 
  AUTHOR:   Holotech 
  DATE:     June 3, 2002 at 2:37 p.m. EST 

  Reply To: (#1134) No data 
  Author:   Brian Haines 
  Date:     May 31, 2002 at 12:35 p.m. EST 

> Been a while since I was here. I have a Phorm
> configuration where no data seems to get through. 
> {{data}} is just blank, even in the log. 

> I have double checked the configuration, but I can't
> see it. 

> Clue?

Without more information to go on, it's hard to say. 

************************************************************************
*** 

This is an automatically-generated notice.  If you'd like to be removed
from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to 
support&#64;phorm.com.  If you wish to respond to this message, please
post 
your response directly to the board.  Thank you! 


-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] No data