Support

Account

Home Forums Feature Requests Allow Moving Message Div

Helping

Allow Moving Message Div

  • I propose allowing developers to dictate where the message box appears, specifically when dealing with acf_form(). Maybe a specific ID or attribute JavaScript can grab onto and dynamically move the POSTed message. Right now whenever a front-end form successfully submits it defined the following HTML above the form:

    <div id="message" class="updated"><p>Post updated</p></div>

    Either JavaScript can prepend the message div above the form or if the #message ID exists it can append the message and give it a specific class. Additionally, the ID should be plugin specific: acf-message or something along those lines.

  • Hi @howdy_mcgee

    I would suggest that you create a support ticket via https://support.advancedcustomfields.com/new-ticket/ so that this can get to the plugin author.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Allow Moving Message Div’ is closed to new replies.