How do I set input variables for a Dapp?
There are two ways to set input variables: • If you start your Dapp creation with a page that contains a form (e.g. Google search page), you will see a green message with a checkbox under any available input field (e.g. Google’s search box) when you hover over. Check the relevant checkboxes, give the variable a name (e.g. “Search”) and save it. Continue creating the Dapp and save it. You see the form inputs you’ve selected in the Dapp’s page, and you’ll be able to change the input there. • Alternatively, you can define GET variables using the “input variables” feature in the “Save a Dapp” stage. You can change any part of the URL provided with a variable name, surrounded by curly brackets to let Dapper know that this is a variable. For example: If given the following URL: http://www.google.com/search?hl=en&q=oranges you can alter it to: http://www.google.com/search?hl=en&q={Search} to insert a variable called “Search”. Continue creating the Dapp and save it. You’ll see the form inputs