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...
Continue reading...