- This topic has 19 replies, 4 voices, and was last updated 10 years, 10 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,
October 7, 2013 at 5:30 pm #343107
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.
October 8, 2013 at 11:58 am #343140
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.
October 8, 2013 at 5:53 pm #343159
Robert GardnerParticipantGreat thank you! Hope it’s sooner rather than later 🙂
November 3, 2013 at 11:24 am #344032
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,
November 3, 2013 at 9:32 pm #344041
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.
November 4, 2013 at 8:50 am #344063
Robert GardnerParticipantNext beta? I’m happy to test it 🙂
Thanks I know you folks are working hard.
December 22, 2013 at 7:59 am #345434
Robert GardnerParticipantJust a quick ping to see if there is any status / projection on this…
Thank you,
December 23, 2013 at 10:19 am #345461
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.
December 23, 2013 at 10:35 am #345464
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,
January 23, 2014 at 3:03 pm #346318
Robert GardnerParticipantJust a little ping to see if there might be any traction on this in the next release..
Thank you,
January 23, 2014 at 3:32 pm #346321
BrandonMemberYou can use a hidden text box and write the variables into that, then use the text box into the email.
January 23, 2014 at 3:38 pm #346323
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… 🙂
January 24, 2014 at 7:46 am #346344
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.
January 24, 2014 at 8:34 am #346346
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