I hope someone can look at what I'm doing and see where I'm having an issue.
I have a virtual field (Virtual3) set up to receive a value upon load. [@authfield:Instructor_Email] The email address in the database record for Instructor_Email is displayed in a text field. This part is working fine.
I want the user to be able to type in a different email address if they want to send an email somewhere else than what the Instructor_Email is set to. They type in a new email address and then click an icon to send an email. The typed in email address is used instead of the email address (Instructor_Email) from the database record.
Here is the script code I'm using to call an html page and pass some parameters in the query string.
If the user types in an email address into Virtual3 field overlaying the Instructor_Email value, that new email address is not getting picked up and passed in the Email parameter.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
commish
Hi,
I hope someone can look at what I'm doing and see where I'm having an issue.
I have a virtual field (Virtual3) set up to receive a value upon load. [@authfield:Instructor_Email] The email address in the database record for Instructor_Email is displayed in a text field. This part is working fine.
I want the user to be able to type in a different email address if they want to send an email somewhere else than what the Instructor_Email is set to. They type in a new email address and then click an icon to send an email. The typed in email address is used instead of the email address (Instructor_Email) from the database record.
Here is the script code I'm using to call an html page and pass some parameters in the query string.
function sendEmail()
{
window.location = "http://www.weight-ejournal.com/sending_email.htm?Date=[@field:Date]&User_ID=[@field:User_ID]&Email=[@cbParamVirtual3]"
}
images/email.jpg
If the user types in an email address into Virtual3 field overlaying the Instructor_Email value, that new email address is not getting picked up and passed in the Email parameter.
Can anyone see why?
Thanks
Rick
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.