Title: One-button launch
Last modified: August 8, 2017

---

# One-button launch

 *  Resolved [arun268](https://wordpress.org/support/users/arun268/)
 * (@arun268)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/)
 * Hello,
 * I want to add One-button donation form on my site. I want o add it on as many
   location as i want. I did’nt find any shortcode of it. Please guide me to do 
   this.
 * Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [arun268](https://wordpress.org/support/users/arun268/)
 * (@arun268)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9391148)
 * And i want to know the process of creating email reciept template.
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9391774)
 * Hi there,
 * What you want is “Button mode”! Here’s docs on it here:
    [https://givewp.com/documentation/core/shortcodes/give_form/](https://givewp.com/documentation/core/shortcodes/give_form/)
 * In the shortcode builder, you’ll see the option for “Display Options”. Choose“
   Button only” and you’ll have a shortcode you can use anywhere on your site to
   output a button that will open your form in a modal.
 * Regarding your second question, can you clarify a bit? Out of the box, we have
   a standard email that you can customize the image and content for. Are you wanting
   to do much more advanced customization of the template? If so, here’s two options:
 * 1) We have a tutorial on creating very customized emails templates here:
    [https://givewp.com/create-dramatic-donation-email-receipts/](https://givewp.com/create-dramatic-donation-email-receipts/)
 * 2) The author of WP HTML Mail (a free plugin), is releasing a Give Addon soon.
   Reach out to him via the Support forum to get notified about that:
    [https://wordpress.org/plugins/wp-html-mail/](https://wordpress.org/plugins/wp-html-mail/)
 * Thanks!
 *  Thread Starter [arun268](https://wordpress.org/support/users/arun268/)
 * (@arun268)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9392405)
 * Thanks for reply.
 * I have been added the shortcode of button. When i am adding this shortcode “[
   give_form id=”9382″ display_style=”button” continue_button_title=”One-Time Donation”]”
   in simple wp editor then its showing me a button and working properly but when
   i am trying to add it in site origin page builder, it does not showing anything.
 * This is main issue. Check it please.
 * Thanks
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9392412)
 * Can you provide me with a link to where you are having this trouble? Seeing the
   problem live is the best way for me to help.
 *  Thread Starter [arun268](https://wordpress.org/support/users/arun268/)
 * (@arun268)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9393202)
 * These are the two links in which first one is with site origin page builder and
   second one is with simple wp editor.
 * 1. [http://www.fresoil.com/2017/dev/causes/](http://www.fresoil.com/2017/dev/causes/)
   
   2. [http://www.fresoil.com/2017/dev/causes/demo/](http://www.fresoil.com/2017/dev/causes/demo/)
 * When you go to the first Url you can see above footer section, there is four 
   columns layout in which first one is blank and next three have links with icons
   like “Monthly Donation, Donate A Project, Volunteer With Us”. That first blank
   column is having that button shortcode but it does not shows up there. This is
   the main problem.
 * 2. The second Url is a demo page which i created to add button shortcode in simple
   wp editor and that is working fine.
 * Please have a look into these points. I can send you wp login details if you 
   want.
 * Thanks
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9396330)
 * Hi there,
 * Thanks for the live examples, that helps a ton. The problem is that the site 
   builder is using a function called `wp_autop()` for these blocks, and that is
   having the effect of adding `<p>` elements around every element within our form
   which makes our styles not work properly.
 * I believe this will work for you as a workaround, but you might want to additionally
   target this only on the homepage or whatever pages that footer will appear on
   since I’m not 100% certain how this will affect other Give forms on your site:
 *     ```
       .give-display-button-only form ul#give-donation-level-radio-list + p {
           display: inline-block !important;
       }
       ```
   
 * You might also reach out to your theme author to see if they have a way to disable`
   wp_autop()` in specific blocks of their builder, not just globally.
 * Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘One-button launch’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/one-button-launch/#post-9396330)
 * Status: resolved