How to Create a Contact by Email with Subject Form or Button
Is there a javascript code to invoke the email service action? Or can I create a contact field on a mobile page with a "submit" button that does this?
Thank you.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a javascript code to invoke the email service action? Or can I create a contact field on a mobile page with a "submit" button that does this?
Thank you.
You can use mailto: -- to launch the native email app.
Oh duh! Thanks!
I'm sorry, is there a way to style an html button? I'm not aware of how to control a button's css within an html panel.
You can set style attribute for the button.
by inserting css directly into the html code of the "panel" component?
Hi, you can use Custom CSS. Here is an example:
codediv[name=panelComponentName] button {
/CSS rules here/
}/code
This is odd. I thought this was resolved. I inserted an html button, but now it won't appear when I test the app. Only the button I had before is there and it does nothing. Why wouldn't my html panel be in my test?
What code did you use to insert an html button?
code <center><button type="button">Suggest A Track<a href="mailto:thepedalcollective@gmail.com?subject=Track Suggestion"></a> </button></center>/code inside the panel.