Hi,
First: great work, its the best piece of software I ever bought in my life, thanks for that!
I'm trying to put into use the user reg. add-on and while being able to use the form for registratating I would also like to use another form letting the user edit his own details (don't want them to go to wp-admin..). So I managed to use the gform_pre_render_ID and get/edit/return the form with the already saved used details but my questions are as follow:
1. is there a better/shorter way? something i'm missing to take the user to the registration form with all his details pre-populated and just save it there?
case not:
2. should I overwrite in the fields array "content" AND "defaultValue" or only is enough/efficient, case so which?
3. is there some convenience static function to edit those fields? something like overwrite(fieldID,newValue)
?
Thats it.. thanks again!