Hey guys,
Would anyone be able to help me out, I want to be able to edit the email submit button so that when you click submit it will put in a customised subject line but this needs to change with a drop down list that I have in the form as well.
Is this possible if it is could you let me know ?
Tah
Ps. If I haven't made clear what I'm after just let me know
Solved! Go to Solution.
Views
Replies
Total Likes
Here is the form with exactly what I've said above.
Create a normal button instead of a submit button, and in the click event insert the code to submit a form
I've changed the values instead of accessing the text fields' raw value, I've inserted the values for the email, subject and body message within variables in the click event
Obviously, when you tried with the code above if you haven't changed the values for email, subject and body message it might be the reason why it was creating an error.
I hope this will help you, if you have any questions feel free to ask.
Views
Replies
Total Likes
Hi there,
There should be everything you need on this thread.
customizing email body on email submit button
Hope this will help you!
Views
Replies
Total Likes
Hi,
Thanks for the reply, unfortunately what ever I try in that thread doesn't work I keep getting Error: Accessor 'RealEmail.event__click.submit.target' is unknown.
I'm fairly new at this any help ?
Views
Replies
Total Likes
Hi there,
Instead of using a submit button, create it yourself with a normal button, use the following code to submit the form
Hope this will help
Views
Replies
Total Likes
Hi Magus,
I tried doing that but it says error in syntax and highlights the event.target.submitForm({ line and specifically highlights { as the problem
Any thoughts ?
Views
Replies
Total Likes
Not sure, it works fine here when I try it out.
Is your form dynamic? I don't know if it could work for interactive / static form...
If you can, you could share your form I'll take a look at it when I have the time.
Views
Replies
Total Likes
Hi Magus,
Sorry as I've mentioned I'm quite new to this but willing to learn , How would I go about sharing it for you to take a look at. Which is very kind of you by the way.
Views
Replies
Total Likes
Hi again,
you can use either Drive from gmail, oneDrive from hotmail, Dropbox or any sharing method that you are currently using.
Views
Replies
Total Likes
Hi,
Thought there was some way to do it in the forums Anyway here is our form ShareFile . We want it to be able to dynamically change the subject line of the email depending on whatever is selected in the neighbourhood drop down field.
If it isn't too much trouble would you be able to leave instruction on how to do so ?
Views
Replies
Total Likes
Here is the form with exactly what I've said above.
Create a normal button instead of a submit button, and in the click event insert the code to submit a form
I've changed the values instead of accessing the text fields' raw value, I've inserted the values for the email, subject and body message within variables in the click event
Obviously, when you tried with the code above if you haven't changed the values for email, subject and body message it might be the reason why it was creating an error.
I hope this will help you, if you have any questions feel free to ask.
Views
Replies
Total Likes
Hi Magus,
Thank you very much for this, works perfectly.
Jack
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies