Rank: Newbie
Groups: Registered
Joined: 9/21/2020(UTC) Posts: 5 Location: Kwazulu Natal
|
i am developing an "in house" app for my business where my employees complete a form on their cellphone. i would like to have the data that they enter to be sent to my email address. how do i do that? i have already completed the UI and it works perfect on the client server.
i need help with the code to capture all data entered by the employee and send all the info to my email address
Thank you
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
Hi!
The "New Patient" and "User Login" samples show possibilities of how to send emails. Does this help? What is unclear?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/21/2020(UTC) Posts: 5 Location: Kwazulu Natal
|
im sorry, but not. it does not help at all.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
Attach your design file here and let us know how you want the email information to look like
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/21/2020(UTC) Posts: 5 Location: Kwazulu Natal
|
I am trying to develop an app which my employees can use to report back to me. there are a series of fields that they need to complete. once done, i would essentially like them to upload a photo or 2 and then hit the send button. at the end, i would like to see all the fields completed as well as the photos as an attachment. is that possible? Rickus4 attached the following image(s):
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/21/2020(UTC) Posts: 5 Location: Kwazulu Natal
|
1. how should i code the upload button? i'd like to understand the xpath matter 2. how should i code the send / submit button?
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
See images below for Upload and for Send bbv attached the following image(s):
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/21/2020(UTC) Posts: 5 Location: Kwazulu Natal
|
Thank you. i appreciate the help, however i will need more clarity on the send/submit button. where should i enter the codes as per the image above? as for the upload button, i'm getting an error. i had it coded exacly like this and got the error, hense my quesion topic. Rickus4 attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
Send: see image. Note, you must in addition fill out at least also the To field. Read documentation for details Upload: you have to make sure that the node exists before executing upload. The easiest possibility is to use context menu Ensure exists on load (fixed value). Simply right click the Upload_Photo node and execute it. This will look like in the image below. bbv attached the following image(s):
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.