rideshareguides
Forum Replies Created
-
Thank you for getting back to me Kris. Yes, apparently I did find the correct css yesterday. I added these two lines in the Appearance->Custom CSS:
.forminator-label {color: #ffffff;}
.forminator-description {color: #ffffff;}
Not sure now if the second line was necessary and if I should remove it.
Thanks again!Except that the link at the bottom in the email sent to the user still goes to a 404 error page. Can that be fixed in the next update? Is there a workaround for that for now?
Hi Nathan,
That worked! Really like how easy this plugin is to use and the look on the website. Thank you so much!
Hi Dimitris,
Okay, now I understood what you were saying. Contacted AWeber and finally everything is working beautifully. Thank you so much for your assistance! You guys have created a fantastic multipurpose form builder! This support thread can now be marked solved.
Hi Dimitris,
As said, AWeber signup forms work like they’re supposed to and don’t trigger a confirmation email. Anybody who fills out a form is automatically added to the list.
Forms created with Forminator trigger a confirmation email and anybody who fills out a form is in “confirmation pending” state in AWeber. Created a few different forms and tested them. In your documentation, the last sentence of section 4.7.7 AWeber says: “Each submitted form on your site will also trigger a confirmation email from AWeber, so your visitor can subscribe to your mailing list.” So, it seems that there’s code in the plugin that triggers the email being sent and the plugin overrides AWeber settings. This is not good. I’d suggest to remove that piece of code and have a clean integration, because the setting to decide about this is in AWeber.
I was poking around in cPanel to find the code in Forminator files, but I’m not a developer and it seemed complicated. All I could find was this:
“Confirmation Email” => array( null, __(“Confirmation Email”, “forminator” ), ), // src/form/components/notifications/confirmation-email.js:293
“In addition to notifying people of new submissions, you can also send a confirmation email to the user who submitted the form.” => array( null, __(“In addition to notifying people of new submissions, you can also send a confirmation email to the user who submitted the form.”, “forminator” ), ), // src/form/components/notifications/confirmation-email.js:296
“Send a confirmation email to the user” => array( null, __(“Send a confirmation email to the user”, “forminator” ), ), // src/form/components/notifications/confirmation-email.js:308Please advice.