Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

You can set style attribute for the button.

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

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

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

What code did you use to insert an html button?

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

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

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.

Return to “Issues”