Anybody know of a way to retrieve a client's IP address via a form? Maybe us

Anybody know of a way to retrieve a client's IP address via a form? Maybe using JavaScript or something?...

OriginalPostID-91459

OriginalPostID-91459

  Discussion posts and replies are publicly visible

Parents
  • Do you have a field named "computer_name" in your form? Pressing F12 in IE opens the developer tools which should help you finding whats goind wrong.

    For live JS development in Appian, add a paragraph (id: "js_code") and a yes/no field to your form. In the onclick event of the yes/no put something like

    eval(window.FormAPI.getValue("js_code).id)

    Start the process ond go to this form. This allows you to write some JS code in the paragraph and have it executed on click on the yes/no.
Reply
  • Do you have a field named "computer_name" in your form? Pressing F12 in IE opens the developer tools which should help you finding whats goind wrong.

    For live JS development in Appian, add a paragraph (id: "js_code") and a yes/no field to your form. In the onclick event of the yes/no put something like

    eval(window.FormAPI.getValue("js_code).id)

    Start the process ond go to this form. This allows you to write some JS code in the paragraph and have it executed on click on the yes/no.
Children
No Data