I have been trying to add a new feature to my site where users will be able to submit new posts. One problem I found was that when the user uploaded a image it did not show in the post automatically. I searched the forums and I found a topic on automatically inserting the image in the post but it wasn't exactly what I was looking for.
The problem is I use alt texts for images and I noticed that gravity image upload form did not include a way to include the alt text for the image. I only saw Title, Caption, and Description.
Since I am using Thesis 1.7 I decided to use thesis custom image fields instead. Since there is a custom field for the alt text and image link. What I want to do is have the user upload the image using the regular upload image field and have it insert the uploaded image link into the custom image link field. How can I accomplish this task? It seems simple enough but have no clue on how I should approach this problem.