Integration with gravity forms
-
I have been trying to integrate this plugin with gravity forms but no headway, are you planning on adding it to gravity forms so users pay using bitcoin before submitting the form?
Or i still want to autopopulate bitcoin price into gravity forms field using this hook
add_filter( ‘gform_field_value_your_parameter’, ‘my_custom_population_function’ );
function my_custom_population_function( $value ) {
return ‘boom!’;
}Instead of returning boom, it should return the current bitcoin price inside the field, please help me write a function that i can use for this instead of the boom word.
I got this hook from https://docs.gravityforms.com/using-dynamic-population/
- The topic ‘Integration with gravity forms’ is closed to new replies.