Hello, I am guessing this has been addressed here somewhere and I am just can't find it. I am having trouble pre rendering the address field.
this is where I am at right now inside the function :
Hello, I am guessing this has been addressed here somewhere and I am just can't find it. I am having trouble pre rendering the address field.
this is where I am at right now inside the function :
Which of our hooks are you trying to use to do this? You have this in your theme's functions.php file?
Thanks for the reply
Uses gform_pre_render, its on a template, it is part of a large profile form. There are many other fields on the form, which work, so it is firing right. Just can't seem to pre-render this one field.
I asked one of our developers and he said for the address field that you should use our gform_field_value hook with the parameter name you gave for the input as it will do the address field without issue. That will allow you to get back on track.
Thanks, I was trying to force that one method. The parameter worked much better. Much appreciated!
Glad it got sorted, I can definitely empathize with wanting everything in one function. All my best!