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

  • Thread starter Thread starter matman
  • Start date Start date
Status
Not open for further replies.
M

matman

Guest
You could add a scripts that runs when the "New" page loads, and then use rbf_setFieldValue() to set the value of that particular field. script $(function() { rbf_setFieldValue(fieldname, value); }); /script Now you just have to determine what e-mail address you're going to set in the field.

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