44 Posts
Tina
6 years ago
1
Topic

Hi. I would like to create a form in Seblod that the user enters data in a field (field1) and then the user pushes a button which creates a URL with the data from field1 as a parameter, then a new tab is opened a goes to the site in the URL string. Nothing is stored in the database, just passed data to the next site. Can you point me in the right direction -- an example video or documentation? I have used Seblod in this site for content, lists, searches, but it has been a while. Just getting back to Seblod- great product. I will around in the meantime.

Get a Book for SEBLOD
1283 Posts
Bucklash
6 years ago
0
Level 1

Hi

All that sounds like a case for javascript.  

$('#some_field').on('click', function.....

Get a Book for SEBLOD