The client has had her replacement Kiva Bath fitted, and she is absolutely delighted with it. The fitters were great. Many thanks to everyone at Astor Bannerman (Medical) Ltd.

Ms. R
Sussex

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); } Skip to content