nilayp
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hello Amit,
Thank you for your support. It was an urgent requirement at the time, so I created a custom page template for the archive. However, I will use the plugin you provided and replace my existing templates accordingly.
I’ll share my feedback here once I’ve had a chance to review it.
Thank you
I wish you a wonderful day!
Hello Amit, Thanks for your support. Let me know once it’s fixed. I am using the Pro version but still experiencing this issue.
Hi, Thank you for support
here is my filter code
add_filter( 'gform_field_value_refurl', 'populate_referral_url'); function populate_referral_url( $form ){ // Grab URL from HTTP Server Var and put it into a variable $refurl = $_SERVER['HTTP_REFERER']; GFCommon::log_debug( __METHOD__ . "(): HTTP_REFERER value returned by the server: {$refurl}" ); // Return that value to the form return esc_url_raw($refurl); }Here is code reference link: Capturing HTTP Referrer URL – Gravity Forms Documentation
- This reply was modified 2 years, 2 months ago by nilayp.
Hello, Support team,
Thanks for the response.
Viewing 4 replies - 1 through 4 (of 4 total)