Page 2 of 3

Re: Advancedform_XH - text position

Posted: Tue Jun 05, 2018 5:36 pm
by lck
Nicky wrote:
Tue Jun 05, 2018 5:31 pm
Ooops, is Advancedform_XH not compatible with latest cmsimple_XH 1.7.2 or is something additional needed to make it work?
It should be, see viewtopic.php?f=12&t=3451&start=120#p59573

Re: Advancedform_XH - text position

Posted: Tue Jun 05, 2018 6:50 pm
by Nicky
Ok, I have version 1.0 after checking, which doesn’t work. Unfortunately download link for vers. 1.1 is not available? Grts

Re: Advancedform_XH - text position

Posted: Tue Jun 05, 2018 7:50 pm
by lck

Re: Advancedform_XH - text position

Posted: Tue Jun 05, 2018 9:18 pm
by cmb
lck wrote:
Tue Jun 05, 2018 7:50 pm
See on GitHub https://github.com/cmb69/advancedform_xh/releases
I've just uploaded Advancedform_XH-1.1.zip there (direct download). If you've already downloaded one of the source code archives, it's best to start over with the release version.

Re: Advancedform_XH - text position

Posted: Wed Jun 06, 2018 5:20 am
by Nicky
:D Thanks!

Re: Advancedform_XH - text position

Posted: Tue Jun 12, 2018 12:36 pm
by Nicky
Since we answer all mails sent through the mailform manually with custom answers and info, the automatic generated confirmation mail is in our case only confusing.

I disabled it by replacing the Field type "Sender (email)" by field type "Email". Now form is sent but gives an error message on top of the page as soon as 'Send' button is hit (triangle with "!" sign and text:

"Email address is invalid, could not send confirmation mail!"

So, in fact I only want to remove this error message, since mailform is actually sent, and no confirmation is sent to client, which is exactly what I want.

How do I disable the error message?

Re: Advancedform_XH - text position

Posted: Tue Jun 12, 2018 2:05 pm
by cmb
Nicky wrote:
Tue Jun 12, 2018 12:36 pm
So, in fact I only want to remove this error message, since mailform is actually sent, and no confirmation is sent to client, which is exactly what I want.
If you do not define a Thanks-Page, no confirmation mail will be sent.

Re: Advancedform_XH - text position

Posted: Tue Jun 12, 2018 2:26 pm
by Nicky
Ai, on the confirmation page is also info and a button to another website (all complicated but necessary). No other way to remove the error message? :(

Re: Advancedform_XH - text position

Posted: Tue Jun 12, 2018 2:34 pm
by cmb
Nicky wrote:
Tue Jun 12, 2018 2:26 pm
Ai, on the confirmation page is also info and a button to another website (all complicated but necessary). No other way to remove the error message? :(
The uncoupling of confirmation email and Thanks-Page is on the roadmap for a long time.

For now, you'd have to customize the code. The simplest solution might be to remove these lines.

Re: Advancedform_XH - text position

Posted: Tue Jun 12, 2018 2:39 pm
by Nicky
Thanks very much!
I will try this later and let you know if it did the job.

Best regards.