I am making form with submit button in Joomla custom HTML and I would like to stay on the same page after I click on the submit button.
Is that possible? Thanks in advance.
|
I am making form with submit button in Joomla custom HTML and I would like to stay on the same page after I click on the submit button. Is that possible? Thanks in advance.
| |||
feedback
|
|
Just leave the form action attribute out. This will post back to the same page. Have a look at this question and answer: Blank HTML form action (posting back to self) | |||
|
feedback
|
|
If "stay on the page" means that the page will not reload, or anoter page will be loaded, yes, thats quite possible. I think the best way of doing this is replacing the | |||
|
feedback
|