Page 1 of 2

How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 3:10 pm
by Joe Paisley

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.


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 3:13 pm
by maxkatz

You can use mailto: -- to launch the native email app.

http://www.addressmunger.com/mailto_s...


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 3:23 pm
by Joe Paisley

Oh duh! Thanks!


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 3:44 pm
by Joe Paisley

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.


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 3:58 pm
by maxkatz

You can set style attribute for the button.


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 4:08 pm
by Joe Paisley

by inserting css directly into the html code of the "panel" component?


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 4:21 pm
by Maryna Brodina

Hi, you can use Custom CSS. Here is an example:

codediv[name=panelComponentName] button {
/CSS rules here/
}/code


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 4:35 pm
by Joe Paisley

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?


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 4:51 pm
by Maryna Brodina

What code did you use to insert an html button?


How to Create a Contact by Email with Subject Form or Button

Posted: Thu Apr 11, 2013 5:12 pm
by Joe Paisley

code <center><button type="button">Suggest A Track<a href="mailto:thepedalcollective@gmail&#46;com?subject=Track Suggestion"><&#47;a> <&#47;button><&#47;center>/code inside the panel.