# Move Form Submission Notice Near Submit Button

**URL:** https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274
**Category:** Product Support
**Created:** [January 21, 2016, 4:56am UTC](https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274 "2016-01-21T04:56:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![msimko](https://avatars.discourse-cdn.com/v4/letter/m/a183cd/32.png) [@msimko](https://forum.mautic.org/u/msimko)
#### Post date: [January 21, 2016, 4:56am UTC](https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274/1 "2016-01-21T04:56:58Z")

</div>

Is there a way to move the confirmation notice after a form submission to near the Submit button?  
  
  
  
Right now the confirmation notice is above the fields, below the form introductory text.  
  
  
  
After the form is successfully submitted, the Submit button changes back to submit, giving no clue to the success, unless you scroll upward to above the fields on the form.  
  
  
  
If I recall, the submission failure notice is also in the same place.  
  
  
  
Not so much an issue if there is a redirect after submission, but as I am just building this out, it will be a little while before I build a redirect page.  
  
  
  
I’m using the Mautic form as a plugin in a Joomla module.

---

<div class="post-metadata">

### Author: ![msimko](https://avatars.discourse-cdn.com/v4/letter/m/a183cd/32.png) [@msimko](https://forum.mautic.org/u/msimko)
#### Post date: [January 21, 2016, 4:56am UTC](https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274/2 "2016-01-21T04:56:58Z")

</div>

Is there a way to move the confirmation notice after a form submission to near the Submit button?

Right now the confirmation notice is above the fields, below the form introductory text.

After the form is successfully submitted, the Submit button changes back to submit, giving no clue to the success, unless you scroll upward to above the fields on the form.

If I recall, the submission failure notice is also in the same place.

Not so much an issue if there is a redirect after submission, but as I am just building this out, it will be a little while before I build a redirect page.

I’m using the Mautic form as a plugin in a Joomla module.

---

<div class="post-metadata">

### Author: ![escopecz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/escopecz/32/370_2.png) [@escopecz](https://forum.mautic.org/u/escopecz)
#### Post date: [January 21, 2016, 10:21am UTC](https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274/3 "2016-01-21T10:21:18Z")

</div>

Maybe it could be done by some CSS magic, but I think it would have to be a core code change

---

<div class="post-metadata">

### Author: ![helmut](https://avatars.discourse-cdn.com/v4/letter/h/cab0a1/32.png) [@helmut](https://forum.mautic.org/u/helmut)
#### Post date: [March 11, 2016, 9:42am UTC](https://forum.mautic.org/t/move-form-submission-notice-near-submit-button/3274/4 "2016-03-11T09:42:56Z")

</div>

A bit late, but maybe it helps:

In the Submit Button of the form, set a HTML Input Attribute  
like this:

onclick=“parent.scrollTo(0, 0);”

That scrolls on click to the top, and helps when the form is longer.
