Support

Account

Home Forums Feature Requests Generic action buttons for ajax Reply To: Generic action buttons for ajax

  • Hi @brian1037

    Altho it might not be the prettiest, if you want to put a button somewhere using ACF you can create a “message” field and add the button to that. You can put something like

    <button type="button" class="button-secondary" id="my-ajax-trigger" data-action="myajaxaction">Trigger AJAX please</button>

    in it.