Hey guys,
I just installed v4 on Joomla 1.6x
I've finally gotten the form to display correctly after wrestling with the jQuery v/s MooTools stuff, and reading the "basic form" tutorial - but now I'm kind of stuck.
The URL is http://webtest.asteriasgi.com/index.php/solutions
The "Request a Demo" link at the bottom right of the content area is what I'm using to jQuery in the form.
The form is loaded upon page load - but it doesn't display until you hit the pseudo link. Ok - the form seems to function correctly (i.e. if you don't fill out the fields correctly it alerts you to it) but upon submit, the form just disappears (not really a bad thing)... yet no email is generated and there is no thanks message.
I've installed the plugin, component, and module. I'm displaying the form via the module in a joomla location that's contained inside my "hidden" div
I've got the following two actions on the On Submit section:
"Show Thanks Message"
"Email 1"
Both are configured, the email is configured with a basic template:
Name: {Name}
Email: {Email}
Phone: {Phone}
Problem:
{Problem}
and a static email address/subject/to/from to run with....
I just installed v4 on Joomla 1.6x
I've finally gotten the form to display correctly after wrestling with the jQuery v/s MooTools stuff, and reading the "basic form" tutorial - but now I'm kind of stuck.
The URL is http://webtest.asteriasgi.com/index.php/solutions
The "Request a Demo" link at the bottom right of the content area is what I'm using to jQuery in the form.
The form is loaded upon page load - but it doesn't display until you hit the pseudo link. Ok - the form seems to function correctly (i.e. if you don't fill out the fields correctly it alerts you to it) but upon submit, the form just disappears (not really a bad thing)... yet no email is generated and there is no thanks message.
I've installed the plugin, component, and module. I'm displaying the form via the module in a joomla location that's contained inside my "hidden" div
I've got the following two actions on the On Submit section:
"Show Thanks Message"
"Email 1"
Both are configured, the email is configured with a basic template:
Name: {Name}
Email: {Email}
Phone: {Phone}
Problem:
{Problem}
and a static email address/subject/to/from to run with....