Pre-Populating Jotform Fields with Customer Data

Hace 8 meses
Hello,

We would like to use Jotform for forms as we've encountered a lot of issues with eForms.  We would like to pass account information in the URL to pre-populate the form. Below is an example of a URL to pass the necessary data of the logged in customer (Company Name, Name, Email).

Is there a way to do this with a URL with shortcodes containing the customer information?

https://form.jotform.com/223474800087153?accountName=CompanyName%20Name&account=123456&mainContact=Name&preferredEmail74=Email
Hace 8 meses
When do you want to do this ?
Yes you can do it but you need to use a plugin or customisation
Hace 8 meses
You may need to be careful about using the URL / Query string method to to this because it does expose your account number.

A 'hack' ;) ...
With some basic programming ability, you can probably "resolve" the services you need to get that information in the .cshtml file and construct the URL.  Here's the basics:
https://www.nopcommerce.com/en/boards/topic/92968/how-to-inject-service-in-razor-view-file-nopcommerce-38-version#291847