I want to automatically add Today's date to the top of an application form i am building in Gravity Forms. Is this possible, and if so how would i do this?
I want to automatically add Today's date to the top of an application form i am building in Gravity Forms. Is this possible, and if so how would i do this?
Are you trying to pass the date value in the form submission as well, or just want to display it in the page above the form?
Sorry, Yes just display above the form would do on the page. Just insert the php date function on the page i suppose.
Yep, if that's all you're trying to do, just add the php date function to your page template above where the form would be or if you're using some type of plugin that enables php in your post content, then place it above the form shortcode.