Hidden
needed so this code in postbody will work: [gravityview id="3239" search_field="52" search_value="{entryID:52}"]
saved through this method:
https://www.tring-web-design.co.uk/2017/02/gravity-forms-copy-entry-id-custom-field/
// Change '1' to your form ID
add_filter( 'gform_after_submission_1', 'replace_entry_id', 10, 2 );
function replace_entry_id( $entry ) {
$identifier_id = rgar( $entry, 'id');
// Change '25' to the field you want to copy the entry_id to
$value = rgar( $entry, '25');
if ( !$value ) {
// Change '25' to the field you want to copy the entry_id to
$result = GFAPI::update_entry_field( $identifier_id, '25', $identifier_id );
return $result;
}
}
If yes, state 'yes'. If not, please provide the Zoom details for your event here, including the link, meeting ID, and passcode.
If you are promoting the event via FB or LinkedIn, please put the relevant links here. Please also include your society's social media handles.
Accepted file types: jpg, jpeg, png, gif.
You do not need to upload anything here.
Please put your event title here in this format:
Edu-venture [location]: [event title]
Make your event title striking and informative to make it clear what it's about and to make it appealing to your audience.
Briefly describe the event in 50 words (for use in blurb next to thumbnail in events list).
Please use this format:
'Weds 10 February 2021 @ 6pm Are you interested in a career in Journalism? Come along to our event and hear from our wonderful guest speakers about freelance writing, blogging, setting up your own newspapers and much more. Have the chance to hear how they did it, learn how they overcame blocks in the road, and ask any questions of your own.'
What is your event about?
Please ensure your event description covers these key points:
1. What is the main theme of your event?
2. What can students expect to learn from the event?
3. What outcome can students take away from the event to help them in planning their career?
You can see example event descriptions here:
https://edu-venture.org/travel-as-a-career-write-your-way-around-the-world-and-launch-your-own-travel-startup/
https://edu-venture.org/from-living-abroad-to-running-your-own-startup-tips-on-how-to-get-started-with-your-own-business-15-july/
https://edu-venture.org/webinar-8-july-sustainability-entrepreneurship/
https://edu-venture.org/edu-venture-bristol-student-start-ups/
https://edu-venture.org/edu-venture-du-careers-in-ngos/
The default is for Zoom events. If your event is offline, please give the details here.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
What is your guest's full name?
Please put your guest's bio here.
Please aim for 100-250 words. Ensure the bio introduces the guest's relevant projects and makes them appealing to your audience.
Please try to make different speakers' bios a similar length.
Please include their relevant social media links and website as appropriate.
Hidden
rich text editor was greyed out: https://bionicteaching.com/gravity-forms-rich-text-editor-grayed-out-fix/