Abdul Mian
Forum Replies Created
-
Thank you for your reply.
It appears that the line to trigger the submission is being kicked in after the form is cleared, or at least the form is cleared by the time SharpSpring code reaches the point of scanning the form for values. It finds the fields, but they are empty.
I confirmed this by running the submission line of code from Chrome’s developer console while the form was filled out, without clicking the submit button. In this case, it was able to collect all the values. That means that when it is being run by Forminator, it isn’t happening soon enough.
At this point, could you give some insight as to whether or not some code can be triggered to run after submission, but without the form clearing first?
Do we have the ability to run JavaScript when the submit button is clicked? Sharpspring has a method that will allow triggering the submission by running a line of JavaScript at the time of submission, rather than relying on a submit action. It does require us to be able to run code at the time of submission though. Do we have the ability to execute any JavaScript upon submission?
I have managed to disable the view from the frontend with the help of the following CSS:
.ui-selectmenu-button.ui-button {
display: none;
}Thank you, it works!
I have tested and it looks like it is the theme issue.
Is there any quick fix you recommend? Any CSS to disable the duplicate dropdown?
Both of the emails will be sent at the same time when we manually approve the account.
First email will just tell them their account is approved and the second email will be a welcome pack email.
So, both email go right away when we manually approve the account. Any help will be appreciated.
I think if we can just duplicate the “account approved email,” template then we can achieve this?