Hi again,
is there a way to use the file name (from post image field) and set it automatically as the title and alt text for that image?
Hi again,
is there a way to use the file name (from post image field) and set it automatically as the title and alt text for that image?
You could do this with the gform_post_data hook . You would access the file name, then update the post to set the alt and title to that value.
You could also do it in your post template. It does not have to be done with Gravity Forms.