6 min⚡️7 min 47 sec6 min 13 sec5 min 11 sec4 min 9 sec3 min 39 sec3 min 6 sec2 min 29 sec
0.8×
1×
1.2×
1.5×
1.7×
2×
2.5×
6 min⚡️7 min 47 sec6 min 13 sec5 min 11 sec4 min 9 sec3 min 39 sec3 min 6 sec2 min 29 sec
joy
1
love
2
wow
3
yay
4
up
5
down
6
More reactions
7
3 Comments
Zach Nicodemous
Mar 1, 2024
What if you have more than one address field in a single form? How would you set this up?
øleksiy melnyk
July 5, 2024
👍
Cory Robbins
Feb 21
It has been a while, but to do this, you can add another instance of this portion to the same snippet:
// Configuration new GPAA_Single_Line_Input( array( 'form_id' => 123, // The ID of your form. 'address_field_id' => 4, // The ID of the Address field. 'single_line_field_id' => 5, // The ID of the Single Line Text field. // 'use_full_address' => true, // Uncomment to use the full street address if you don't want an abbreviated street address. ) );
// Configuration
new GPAA_Single_Line_Input( array(
'form_id' => 123, // The ID of your form.
'address_field_id' => 4, // The ID of the Address field.
'single_line_field_id' => 5, // The ID of the Single Line Text field.
// 'use_full_address' => true, // Uncomment to use the full street address if you don't want an abbreviated street address.
) );