Forums

German ChronoNewbie need help - own form to get r

Gentlegladur 14 Jan, 2011
Hi, I don't youse the wizard and I create a own form in Adobe Go Live. And I've inserted the HTML code in the Form Code. You can see it in the picture. I can filled it out and send it and I get a mail. So far so good.

Now my problems:

1. If I fill out the form and submit the form I receive email but not the completed content. What should I do that I get the content? At the end of the Mail stand "{This_element_has_no_name_attribute}" What meens this?

2. I have installed checkboxes. I want that only the selected box is shown in the email. But it's not not necessary to select one. They can but they don't have. Now I get all no matter if I have one selected or not. How do I solve this?

3. If the needed content is incomplete, I want that the form will not be send. Now I can send it. How do I solve this?

4. If I have everything filled out correctly and submitt the message, I get an error message: "At least one e-mail address of a recipient to be entered" Where is the mistake?

The Debug looks so:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [Kursorganisation] => Kursorganisation [chrono_verification] => qdzJk [button_5] => Nachricht senden [a23075d99f1b2fee70831b32c4ae12be] => 1 [1cf1] => a9c5337cc9fd7f47fae5227c7707efb3 [chronoformname] => Kontakt )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (horsemanshipschule.de)admin@orsemanshischule.de to [email]info@zirzensische-pferdegymnastik.de[/email]
9. An email has been SENT successfully from (horsemanshipschule.de)info@zirzensische-pferdegymnastik.de to
10. Debug End
GreyHead 14 Jan, 2011
Hi Gentlegaldur,

There are some serious problems with the Form HTML. I don't know weather these come from GOlive or not but the result certainly isn't valid HTML. For example, the textarea code is
<textarea name-="" id-="" message="" cols-="" 50="" rows-="" 10="" class-="" text_norm="" rows="4" cols="78"></textarea>
This has strange - after the attribute names class-, id-, name- and critically has no value for the name attribute.

If you clean all of this up then most of the errors will go too.

Bob
This topic is locked and no more replies can be posted.