Page 1 of 1

Mobiledatepicker functions

Posted: Tue Jul 08, 2014 4:07 pm
by Fabian Encarnacion

We would like the mobiledatepicker information to appear in an e-mail prompt upon confirmation. This will be used to book appointments.

For example, the client will pick a certain date and two things will happen:

  1. An E-mail will be sent to the client confirming the date "Your appointment will be dd/mm/yy"

  2. An E-mail will be sent to us with their appointment date "The client's appointment will be dd/mm/yy"

    What can we do with this?


Mobiledatepicker functions

Posted: Tue Jul 08, 2014 4:47 pm
by Evgene Karachevtsev

Hello Fabian,

You may find info about how to send a letter here http://devcenter.appery.io/documentat...
This code will help you to get the value of a date selected in the datepicker:

codeApperyio("mobiledatepicker_3").attr("defaultDateValue");/code


Mobiledatepicker functions

Posted: Tue Jul 15, 2014 6:26 pm
by Fabian Encarnacion

Do i insert this in the "edit JS" in the service mapping? If so do I need to create a new parameter for the date?


Mobiledatepicker functions

Posted: Tue Jul 15, 2014 8:12 pm
by Kateryna Grynko

Hi Fabian,

You can add this code for example on service Complete event.