- This topic has 19 replies, 4 voices, and was last updated 10 years, 3 months ago by support-octavio.
-
AuthorPosts
-
Robert GardnerParticipantI’ve actually presented this previously but looking for an update to my question… I’m curious to know if we’ll see an update that will allow the insertion of variables into the TO: and Subject: areas of the native send email action. I think this would be immensely valuable to the Mobi development community. I’d rather use the native capabilities of the tool-set versus growing my own (a form)…
I do thank the Mobi team for it’s great efforts in moving the platform forward.
Thank you,
support-octavioMemberHi aviator21114,
I have asked an update to the dev team and will follow up with you as soon as I get a response.
support-octavioMemberHi aviator21114,
UPDATE: We have an open enhancement request but it has not yet been scoped for development. I added another vote to the enhancement.
Robert GardnerParticipantGreat thank you! Hope it’s sooner rather than later 🙂
Robert GardnerParticipantHello Mobi Team…
Just downloaded 2.5 Curious to know if the variable insertion enhancement made it into the 2.5 final cut? Obviously, I’m reeeealy looking forward to this capability…
Thanks,
support-michaelKeymaster>Just downloaded 2.5 Curious to know if the variable insertion enhancement made it into the 2.5 final cut?
No it was not scoped for ver 2.5 – did not make the cut.
Robert GardnerParticipantNext beta? I’m happy to test it 🙂
Thanks I know you folks are working hard.
Robert GardnerParticipantJust a quick ping to see if there is any status / projection on this…
Thank you,
support-octavioMemberHi Aviator,
I checked our enhancement list for the upcoming 2.6 version and this enhancement has not been implemented. I can’t say if/when it might be implemented.
Robert GardnerParticipantArrrgh… 🙂 Thanks for the response.. Can we push it up the enhancement list? I personally think this has great value to the product…
Thanks again,
Robert GardnerParticipantJust a little ping to see if there might be any traction on this in the next release..
Thank you,
BrandonMemberYou can use a hidden text box and write the variables into that, then use the text box into the email.
Robert GardnerParticipantCincyPlanet,
Thank you for the prompt reply… I’m not clear however on how this would be implemented? Can you expand? If this is a reasonable workaround I’ll be all over it… 🙂
BrandonMemberJust add a textField to your form, in the color properties use the last one set to 0 to hide it (or use CSS).
Now set its value to whatever you want, like a variable or a sting of text from other textfields and variables.//untested codde
myVariable = “This is a new string with ” + $(‘#m1-formname-textField1’).val();
$(‘#m1-formname-textField2’).val(myVariable);Use this textfield in your email form like any other.
Robert GardnerParticipantJust to clarify…What I’m looking to do is have let’s say two primary fields…. The first field I want to collect an email address that is input into my app data collection screen by the user: mailto:someemail@email.com The second input field would be a random subject name (could be any text field). I want to be able to place the email address I collect on the input screen mailto:someemail@email.com into the TO: field of the native send email action form within Mobi. I also want to be able to capture another field on my app input screen and place it in the Subject field of the native send email action within Mobi (iPhone/iPad).
Is this you’re understanding of my intent and will your suggestion accomplish this?
I do thank you for taking time to understand my needs and suggest a solution.
-
AuthorPosts