how to setup a form customer can fill
first name
last name
phone number
email address
budget (it is a drop down menu to choose option)
customer click send, then I receive on my email
How to do it?
how to setup a form customer can fill
first name
last name
phone number
email address
budget (it is a drop down menu to choose option)
customer click send, then I receive on my email
How to do it?
Hello,
Please look this tutorial: https://devcenter.appery.io/documenta...
Thanks but how about drop down menu? I couldn't figure out where to start
You can use select component: https://devcenter.appery.io/documenta... for that
so I can put this component on SandGrid email template?
so when customer choose one of the option from dropdown menu, it will shows on email as well?
thks
Hello!
Sorry for delay. Yes it should be displayed in a email. Or you can implement such logic via JS: remember chosen form select value and write it in the corresponding place in your app.