I was able to get the forms up and running nice and fast. Thank you! The form data is emailed as it should be and everything seems to be working fine. However...
After the form has been submitted, the following text appears where I would be expecting a blank page (the tutorial video said there would be a blank page after form submission):
Notice: Undefined variable: omittedlist in /home/content/d/j/o/djohnsonsbn3/html/components/com_chronocontact/chronocontact.php on line 355
Notice: Undefined property: Name in /home/content/d/j/o/djohnsonsbn3/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: program in /home/content/d/j/o/djohnsonsbn3/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: comment in /home/content/d/j/o/djohnsonsbn3/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: submit in /home/content/d/j/o/djohnsonsbn3/html/components/com_chronocontact/chronocontact.php on line 366
Warning: reset(): Passed variable is not an array or object in /home/content/d/j/o/djohnsonsbn3/html/includes/joomla.php on line 3992
Warning: Variable passed to each() is not an array or object in /home/content/d/j/o/djohnsonsbn3/html/includes/joomla.php on line 3994
Any thoughts on what might be causing this?
Thanks for any help you can offer!
Cheers
Max
I set error reporting to 'none' as you suggested, but I'm still getting the same thing after the form is submitted.
It is a very simple form, basically following the tutorial, just to make sure it works, so I don't see it being an issue with the html I entered to create the form.
Any other ideas what might be going on?
Thank you
What do you want to display after the form is submitted ?
I want to be able to display some custom text. Something to the effect of "Thank you for submitting your information, we will contact you shortly."
Also, a "click here to continue" link which I can point to a url I specify.
