How Do You Edit A PHP Lead Form?

Fiver

New member
Jan 30, 2009
2,011
12
0
A company did a lead form for me and I want to shorten it so it's not as many fields. I asked them what to do but they don't seem to want to tell me.

Here's what I changed so far:

1. Deleted the HTML code on the index file to get rid of the fields I don't want.

2. JS validation script - I commented those lines out which check to see if info has been entered into each field.


Is there anything else that might need to be changed?
 


In my own personal experience that would be all you need to do.

Now you'll have to test the form by submitting a test lead and ask your affiliate manager if everything went through okay.
 
In the event that the items are required and they'll still be considered valid if they all have generic text change the html input type=hidden and the value= to whatever will pass.