From 2f7845c3d9a76fc8f50bce0925a7ba9e4cdc1c63 Mon Sep 17 00:00:00 2001 From: scyt Date: Tue, 22 Oct 2024 15:06:29 -0400 Subject: [PATCH] Formatting: Fixed instructions format. --- gp-unique-id/gpuid-dynamic-population.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gp-unique-id/gpuid-dynamic-population.php b/gp-unique-id/gpuid-dynamic-population.php index 24734fee0..dc218d2f6 100644 --- a/gp-unique-id/gpuid-dynamic-population.php +++ b/gp-unique-id/gpuid-dynamic-population.php @@ -5,10 +5,11 @@ * * Getting started: * - * 1 - Copy and paste this code into your theme's functions.php file. - * 2 - Add a Single Line Text field (or any field you would like to populate with a unique ID) to your form. - * 3 - Enable the "Allow field to be populated dynamically" setting under the Advanced tab on the field settings for the newly created field. - * 4 - Set "uid" as the value for the Paramater Name setting (screenshot: https://gwiz.io/2HhtBTa). + * Instructions: + * 1. Copy and paste this code into your theme's functions.php file. + * 2. Add a Single Line Text field (or any field you would like to populate with a unique ID) to your form. + * 3. Enable the "Allow field to be populated dynamically" setting under the Advanced tab on the field settings for the newly created field. + * 4. Set "uid" as the value for the Paramater Name setting (screenshot: https://gwiz.io/2HhtBTa). */ add_filter( 'gform_field_value_uid', function( $value, $field ) {