Registration form

Registration form Help please.

I edited my Registration form so it will also email me the users

user name
password
password 2
email address
Address
state
city
phone number
msg to owner

but it will not email me that info and it messed up the rest of the form .
it still worked just did not email me that info.
If someone knows the html code for this form to have this info please post it here.

Thank you

Re: Registration form

Ok I got it !!

This is the email i get now

Location:
Name:
Address:
City:
State:
Zip:
Phone:
Username:
E-mail:
MAC Address:
IP Address:
Original URL: http:///" target="_blank

Message:

_____________________________________________

Full Name

Address

City

State

zip

Phone

Username

Password

Retype Password

E-mail

Message to owner:$FORM_message

__________________________________________________

email_owner.txt matchs them fields unless i am missing something !

To: $to
From: $from
Subject: HotSpot Access

Location: $LOCATION_NAME
Name: $FORM_realname
Address: $FORM_address
City: $FORM_city
State: $FORM_state
Zip: $FORM_zip
Phone: $FORM_phone
Username: $FORM_username
E-mail: $FORM_email
MAC Address: $FORM_mac
IP Address: $FORM_ip
Original URL: $FORM_userurl

Message:
$FORM_message

______________________________________________________

Works great Thank you

Thanks

iphostway

Re: Registration form

Hello, you will currently have to log via SSH in to make this change. This template not being editable was an oversight. But, you do the following:

root@CoovaAP:~# cd /etc/chilli/www/<br />
root@CoovaAP:/etc/chilli/www# cp email_owner.tmpl email_owner.txt<br />
root@CoovaAP:/etc/chilli/www# vi email_owner.txt 
You need to add the fields you want mailed to the e-mail template.

Re: Registration form

Anyone ?