Submit button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It would appear that when I hit the submit button the information does not go
anywhere. what am i missing
 
You're better off asking us "is my wife pregnant" for all the information
you're giving us. Give us 1. the goal you're trying to achieve. 2. The
result you're getting now. 3. The code that you are working with.
 
I hope my wife's not pregnant.

I am a mortgage officer and I'm creating a box where information can be
gathered about the potential client. Loan amounts needed, Current house
value, Contact information etc. All of my drop down boxes are working and
information fields accept the data. Once this is completed hitting submit
should send the information to my email account for customer analysis and
contact. When the submit button is hit the fields clear as if it were being
sent somewhere but the data never reaches my email.
 
The first thing I'd say is check the code for the Submit button for
misspellings, or that the functions match up for what you planned. One
missing letter can ruin the whole thing, after all. For any other
recommendations, I'll step back and let the others take care of it. I'm not
really as good with forms as the others.
 
Have you set the 'action' of what you want the form to do, in the Form
properties? i.e. send to email or text file, or to a database, etc.

The form must be hosted on a server with FP server extensions, or supporting
the type of script you want to use to process the data (php, perl, asp, aspx
etc).
 
Back
Top