I have two chronoforms on my site. One works just fine, the contact form.
The other, a registration form isn't working. I'm not getting an email after someone registers on the form, with their registration information. Nothing comes. And I'd love the page to stay at the bottom of the page after someone registers and clicks 'submit', where the registration form is, and show something like, "Thank you for registering. You will be receiving an information email very shortly."
You can see the form at the bottom of this page:
REMOVED
Can anyone help?
Thanks.
The other, a registration form isn't working. I'm not getting an email after someone registers on the form, with their registration information. Nothing comes. And I'd love the page to stay at the bottom of the page after someone registers and clicks 'submit', where the registration form is, and show something like, "Thank you for registering. You will be receiving an information email very shortly."
You can see the form at the bottom of this page:
REMOVED
Can anyone help?
Thanks.
Hi,
If you have the cache enabled then please try to disable the "Relative url" setting under the "HTML" action.
Regards,
Max
If you have the cache enabled then please try to disable the "Relative url" setting under the "HTML" action.
Regards,
Max
I set the "Relative url" to "No" and when I tested the form, the message showed however on top of the message was this error message: Mailer Error: Could not instantiate mail function.
BTW I gave you the incorrect page to look at. The correct page is:
http://www.processcoaching.com/teleconference-class.html
BTW I gave you the incorrect page to look at. The correct page is:
http://www.processcoaching.com/teleconference-class.html
Could you please edit my first post and remove the incorrect url. Thank you.
The "Could not instantiate mail function" is a mail function issue, what's the mailing method in your Joomla global config ? and do you receive email from your website ?
Regards,
Max
Regards,
Max
Well interesting. I have a contact us form that was working yesterday. Now I'm getting this error message for that form also:
Mailer Error: Could not instantiate mail function.
Mail setting in global config is set to PHP mail.
The contact page is: http://www.processcoaching.com/contact
Plus this shows up on the contact us page after trying to submit: I've removed some of the personal information, such as email, and name.
Data Array
Mailer Error: Could not instantiate mail function.
Mail setting in global config is set to PHP mail.
The contact page is: http://www.processcoaching.com/contact
Plus this shows up on the contact us page after trying to submit: I've removed some of the personal information, such as email, and name.
Data Array
Array
(
[chronoform] => contact-us
[event] => submit
[option] => com_chronoforms5
[view] => form
[Itemid] => 122
[to] =>
[name] =>
[email] =>
[message] => testing
[captcha] =>
[submit5] => Submit
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[14] => Array
(
[Email] => Array
(
[0] => An email with the details below could NOT be sent:
[1] => To:
[2] => Subject:
[3] => From name:
[4] => From email:
[5] => Reply name:betty
[6] => Reply email:
[7] => Attachments:
[8] => Body:
<div class="gform-all">
<div class="gform-section">
<div id="ftr-name" class="gform-line-tr">
<div class="gform-line-td">To:</div>
<div class="gform-line-td"></div>
<div class="gform-line-td"> </div>
<div id="ftd-name" class="gform-line-td"><label class="gform-label-left" for="name">Name:</label>
<div id="fin-name" class="gform-input-container gform-input"></div>
<div class="gform-input-container gform-input"> </div>
</div>
</div>
<div id="ftr-email" class="gform-line-tr">
<div id="ftd-email" class="gform-line-td"><label class="gform-label-left" for="email">Email:</label>
<div id="fin-email" class="gform-input-container gform-input"></div>
</div>
</div>
<div id="ftr-subject" class="gform-line-tr">
<div id="ftd-subject" class="gform-line-td">
<div class="gform-input-container gform-input"> </div>
</div>
</div>
<div id="ftr-message" class="gform-line-tr">
<div id="ftd-message" class="gform-line-td"><label class="gform-label-left" for="message">Message:</label>
<div id="fin-message" class="gform-input-container gform-input">testing</div>
</div>
</div>
<div id="ftr-submit5" class="gform-line-tr"> </div>
<div class="gform-line-tr">Note: You can respond to the individual who submitted this email by replying.</div>
</div>
</div>
)
)
)
You are receiving a "not" sent message, which means that your email config is wrong, you don't have some or any of the following:
To, subject, from name and from email
Those 4 items are mandatory!
Regards,
Max
To, subject, from name and from email
Those 4 items are mandatory!
Regards,
Max
As I said in my post: I've removed some of the personal information, such as email, and name.
These 4 items (to, subject, from name and from email) are there, I just removed them in my post to protect my privacy.
Is there some support so I can get these forms working? Maybe by private email?
These 4 items (to, subject, from name and from email) are there, I just removed them in my post to protect my privacy.
Is there some support so I can get these forms working? Maybe by private email?
Please send a message using the "contact us" page
This topic is locked and no more replies can be posted.