Help with posting success landing page URL redirect.
Hi all,
I am hoping to get help with the following:
When someone successfully posts and they land on the posting success page they then have the option to view their ad.
I would like to change the link so that instead of them viewing their ad, they are directed to another page I specify where I have information I want them to read first.
I found this in form-listing-submit-free.php
echo html( 'a', array( 'href' => get_permalink( $listing->ID ) ), __( 'View your new Need listing.', APP_TD ) );
What would I change in the above code to simply have it redirect to an actual URL on my site?
I appreciate any help very much!
J