Answer by
Christian9247 (5042)
This is a bit complicated but it involves HTML code like anything else. Use:
Input element put type="button"value="iAmAButton" on click="javascriptFunction()"
The attribute is the 'onlick' value is a Java script line that functions when you execute the button click. This will take the information entered in your information lines and enter them into a database.