1. I have a form with many elements, such as fields, calendar etc etc.
The problem I have is that when I'm adding a new page on the form some buttons are visible on the new page, but i want a blank new page on the form.
This happens to some of the buttons, not all of them. (They are visible on both pages on that form)
What should I do to make my buttons visible on the first page and not the second one?
2. I would like to have a button on my form where it gets information from a field and adds it as a suffix on a link. For example:
Field A: 123456789
Button A has this link: http://www.website.com/?what=
When pressing Button A it should get the suffix from Field A and add it to the link on Button A and open the website on Internet Explorer or Firefox like so: http://www.website.com/?what=123456789
Thanks
The problem I have is that when I'm adding a new page on the form some buttons are visible on the new page, but i want a blank new page on the form.
This happens to some of the buttons, not all of them. (They are visible on both pages on that form)
What should I do to make my buttons visible on the first page and not the second one?
2. I would like to have a button on my form where it gets information from a field and adds it as a suffix on a link. For example:
Field A: 123456789
Button A has this link: http://www.website.com/?what=
When pressing Button A it should get the suffix from Field A and add it to the link on Button A and open the website on Internet Explorer or Firefox like so: http://www.website.com/?what=123456789
Thanks