Fabian Encarnacion
Posts: 0
Joined: Mon Jun 30, 2014 2:46 pm

Mobiledatepicker functions

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Mobiledatepicker functions

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

Fabian Encarnacion
Posts: 0
Joined: Mon Jun 30, 2014 2:46 pm

Mobiledatepicker functions

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Mobiledatepicker functions

Hi Fabian,

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

Return to “Issues”