jacksontriada.blogg.se

Flodesk schedule email to send after sign up
Flodesk schedule email to send after sign up












flodesk schedule email to send after sign up

Any of that information just simply change. One, you go through and for each field that you want set you in the email, you label it right here, don't move any of this bash slash R and don't move any of the dollar signs. I showed you guys that the first name was input. And then in this case, we want the first name to be attached to the correct first name field in your form. So when you get the email, it'll say first name and then the colon. This is what you're going to want the label to show in the email.

#Flodesk schedule email to send after sign up code#

You use this code right here, where it says label here. Once you have your subject built out and your body first portion built out, you have your data set built out. So make sure you get it correct, because the code is case sensitive. So that is a huge thing to know if this is ‘RadioGroup2’, it's capital R capital G and 2, in this case, this is all lowercase input. If we scroll down to this, this is radio group two, and yes, the information is case sensitive. And you'll see, it has a little name on it in this case input too.

flodesk schedule email to send after sign up

Again, to find whatever JavaScript name you need to put into the code, you hover over it. You could change it to whatever field you're using in your custom, a user input form. I just did about the same thing, new client request form from, and then input one. It would put the first name right in the subject line. So new client intake form from, and let's say, Michael filled out the form. So it says, in this case, let's just say, Oh, my name is Michael. If we see what input one is, it's first name in my form. So this is whatever you want the subject to appear as when you feel, when you get your email notification, in this case mine says new client intake form from, and then you can change this. And then right here, you'll see const and then subject.














Flodesk schedule email to send after sign up