working with forminator and e2pdf

11 February, 2019 01:21:51
netlover
Topics: 28
Messages: 52
Hi,
I'm finishing up configuring forminator with E2PDF. I want to do the following:
- When form is submitted it takes the user to the filled out PDF for them to view, print, and save.

- Email a copy of the fileld out PDF

The form has already been created, template created, and mapped.
11 February, 2019 02:16:25
E2Pdf
Support
Topics: 7
Messages: 3156
Hi,

You must insert needed shortcodes to "Success Message" and "Email" body. Example Screenshots attached.

P.S. By Default Forminator hides success message after some time so it will be need to hook the style or js. We used css hook to disable hiding "Success Message".

.forminator-custom-form-478 .forminator-cform-response-message {
display: block!important;
opacity: 1!important;
}

We remain at your service.

We would really appreciate your feedback at WordPress.org!
11 February, 2019 03:04:45
netlover
Topics: 28
Messages: 52
the forminator form is not showing:
https://aficreditsolutions.com/document-testing/
11 February, 2019 03:08:35
E2Pdf
Support
Topics: 7
Messages: 3156
Which shortcode was added to Wordpress page? Did you add "Forminator" form shortcode to it?

We remain at your service.
We would really appreciate your feedback at WordPress.org!
11 February, 2019 03:10:56
netlover
Topics: 28
Messages: 52
yes I did. the following forminator shortcode:
[forminator_form id="35542"]

and I have these three in the success message:
[e2pdf-download id="1"]
[e2pdf-save id="1"]
[e2pdf-view id="1"]
11 February, 2019 03:21:44
E2Pdf
Support
Topics: 7
Messages: 3156
Check please if "Forminator" form is published, and not "Draft". If so, try to deactivate (DO NOT REMOVE) "E2Pdf" plugin and check if form will be showed, and let us know please about result.

Or you can submit "Support Request" with access details here so we can investigate the issue.

We remain at you service.
We would really appreciate your feedback at WordPress.org!