With Formulayt it is possible to set default values for fields using the Submission URL Query String (QS).


In this example, we will set a default value for a product field based on a QS parameter.


First decide what the Query String parameter would be called (e.g. default_product).


Then create a hidden field and set prepopulation so it receives the value from the QS.


In this example we will call the hidden field DefaultProduct and it prepopulated from the QS default_product.



Then go to the Product field and add a new rule that states:

On form load, IF this field (Product) is blank AND default_product is NOT blank, then set the value of this field to the field DefaultProduct.



Having questions about using query strings to set default values? Our support team is here to help. Simply click "+ New Support Ticket" to connect with our technical experts.