CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:28:22 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
fastcgi-cache: HIT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xtzzdCkZ%2BfFkr5ZYBGo9zXqvBjeahJUS2y2xdWix%2FbnD9lz6Vb3UNswRQFBDVrMHv%2BN%2Bh5%2Bu2YJNyCayFwzzNrq4dmB1CyKJJ6vo360y%2FEvdV9hf"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 98d381b57ae83585-BLR
gform_submission_values_pre_save - Gravity Forms Documentation
gform_submission_values_pre_save
Description
Allows the modification of submitted values before the incomplete submission is saved.
Usage
add_filter( 'gform_submission_values_pre_save', 'my_function_call' );
Example
add_filter( 'gform_submission_values_pre_save', 'submission_values_pre_save', 10, 2 ); function submission_values_pre_save( $submitted_values, $form ) { $submitted_values['custom_value'] = $_POST['custom_value']; return $submitted_values; }
Source Code
This filter is located in forms_model.php