I have many inputs in a few divs, every div is being hidden and is being show only after user clicks a link.
When user clicks “Send” button the changes he made go to the back-end BUT the page refreshes and there’s no div visible.
See live example:
Explanation:
Click Link #1.
“This is first section.” is placed where all my inputs are.
Click “Send”
NOW it shows the first page again, but I’d love to redirect user to the same page where he made some changes (in this case “This is first section.”.
Any ideas?
You could use the anchor attribute to trigger the link — something like this:
HTML
Javascript