Give needs to design how the Gutenberg block is going to look.
Here's an idea of what a Give Donation Form block could look like in Gutenberg. The general idea is to adapt the existing functionality of the Shortcode Generator while capitalizing on the advantages that Gutenberg offers, such as real-time form previews.
In Gutenberg, the functionality of the existing Shortcode Generator can be split amongst the Block and the Inspector. I have demonstrated how this Block/Inspector combination can work below.


Note that to have full parity with our existing shortcode, we'll also need this:
Ref: https://givewp.com/documentation/core/shortcodes/give_form/
I just wanted to show the progress done so far on Gutenberg Donation Form Block.
Here is the screencast of Donation Form Block: http://recordit.co/myIknPX61I
The Donation Form Block embed the form preview base on the parameters selected in Block Control panel. The embedding technique to preview the form will ensure consistent preview as there might have been add-on plugins which would have been hooking custom fields in the donation from. The Form Preview will get refreshed to show new preview each time when user change the form settings from the Block Control panel.
Looks great @PareshRadadiya
I just updated this issue to be more design focused and part of the larger epic of creating our first Gutenberg block. As we've completed the design process I'm closing it out.
Most helpful comment
Here's an idea of what a Give Donation Form block could look like in Gutenberg. The general idea is to adapt the existing functionality of the Shortcode Generator while capitalizing on the advantages that Gutenberg offers, such as real-time form previews.
Give Gutenberg Block Concept
In Gutenberg, the functionality of the existing Shortcode Generator can be split amongst the Block and the Inspector. I have demonstrated how this Block/Inspector combination can work below.
Default Block Appearance
Block Appearance After Form Selection
Controls
Block Controls
Inspector Controls
Questions