Forum Post: RE: Sending Field values when opening a URL

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, You need to send the Login URL with the user's credential and password together with the pageID parameter so that when the user clicks on the link, the user will be logged in and then redirected to the page. Here is a similar post explaining how to redirect to a specific page after logging in. https://community.progress.com/.../6227.aspx You can add another GET parameter e.g(&email=name.com) and then use a script to extract the email parameter and then do a rbf_setFieldValue() when the page is loaded. Hope this helps. Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top