The other site, only the ip address shows up...no file...
What settings might I need to fix?
I would appreciate any help...
Do you have a redirect url on one of these? If so you may have got a buggy version of chronocontact.php - there is a good version posted at several places in the forums here.
Hard to tell otherwise, is it the same form on both sites?
Bob
I uploaded the fixed file you mentioned and it didn't change anything, still getting "2" blank emails, no attached file, and just an IP address...
Here is my form code and settings:
Form Name: spooltech
Email the results ? Yes
Email Address(es): [+/-] [email]webmaster@spooltechinc.com[/email]
Email Subject: [+/-] Online form
CC Email: [email]webmaster22@spooltechinc.com[/email]
BCC Email:
Form tag attachment: upload
Form method: Post
Omitted fields names:
Record and send users IP? Yes No
From Email: [email]webmaster@spooltechinc.com[/email]
From name: Webmaster
ReplyTo email: [email]webmaster@spooltechinc.com[/email]
ReplyTo name: Webmaster
Debug: OFF
MYSQL Statement ? ENGINE
Enable mambots? No
Please remove the <form> tags from your code. ChronoForms creates its own. With both sets there it will get confused.
Bob
PS I strongly suggest that you download the test_form which is very simple and get that working before trying big forms like this.
Bob
I looked at the "1" sample template and I'm a bit confused. I used a program to generate my form and placed it in the html section. Is there any way you could paste a sample code in this to give me an idea? I've never had issues with forms in the past with chrono, just seems to be with this latest build.
I appreciate your help and time:
Are these form fields or a form...? [file name=text_form.cfbak size=1559]http://www.chronoengine.com/images/fbfiles/files/text_form.cfbak[/file]
You appear to have posted the test_form here?? (I reattached it as a file).
Please use Restore Form to load this into the ChronoForms Form manager and see if the email then works correctly. You'll need to change some email addresses after it's loaded.
Bob
I just took another look at your form html when I removed it from the post. You must put quotes round attribute values. So
<INPUT class="field text" id=Field3 tabIndex=13 maxLength=4 size=4 name=Field3>should be<INPUT class="field text" id="Field3" tabIndex="13" maxLength="4" size="4" name="Field3" />othersie it's bad html and ChronoForms will not scan it correctly.
Bob
Everything is working great! I appreciate the help.
