1
Dear All,
I want to put a form in a custom block and every time the user clicks on the Submit button, the content of the block will change according to the user input. One way of doing that is pointing the action to PHP_SELF and use $_GET to get the values of parameters. However, this seems to be bad practice as the whole page is reloaded and takes time and frustrates the user.
Is there any way that I can ask only the particular block to refresh its contents (in a way similar, say, to shoutbox)?
I look forward to hearing from you soon.
Thanks in advance.
George