HTML elements in special forms

Hi all,

I want to get the value of the checkbox and the selected item in html page using special forms (basic script in HTML), what shall I use ?

Thanks in advance.

Hi @Raoua,

You can set a value to a tag when a check box is selected my adding a send command action to the check box. You can also run a basic script when the check box is clicked with the send command.

Deryck

Hi deryck,

thanks for help it works I set a default value to a tag when a checkbox is selected i retreive it from basic using special forms.

But now I need to send data from HTML page to an other HTML page to be used in basic, how can I manage that.

any thoughts will be appreciated

Hi @Raoua,

Depending on what you are trying to do you might be able to save the value on the first page to a basic variable then read the tag back on the second page.

Another option might be to use javascript to save the value then read that same variable. You would want to look into using cookies. https://www.w3schools.com/js/js_cookies.asp

Regards,
Deryck

Hi @deryck

How can I save the value in a basic variable, shall I use the hidden input ?

thanks in advance

You can add a send string to a text box and use viewon! to access the date in the text box.

image