Viewing 1 replies (of 1 total)
  • Hi wlee20,

    you can write the API on your .php or as snippet and snippet in Caldera Forms in HTML element or in Pages.

    Your Client can input Fahrenheit Degrees on Single Line Text Element and you Passback it on Variables name it Fh with Value %Fahrenheit_Degrees%

    So the snippet program can:

    $fahrenheit_input = ( $_GET[‘Fh’] );

    or

    $fahrenheit_input = Caldera_Forms::do_magic_tags( ‘%Fahrenheit_Degrees%’, $_GET[‘cf_id’] )

    And you can print the result in snippet program:

    echo $celcius

    Hope that helps, Tq

Viewing 1 replies (of 1 total)
  • The topic ‘define new variables using remote API json data’ is closed to new replies.