Issue #611Opened December 6, 2017by absolution543210 reactions

Enhancement: Save form, reuse it when required

Question

#I don't know if this exists or not, is it possible to to create a form, save it and reuse it without pasting it into import screen. Currently an import screen is present where one can paste a HTML code, which is an unnecessary task we can provide user with the option to drag n drop previous saved forms and play with it

Basically what I thought was

  1. User will create a form
  2. He will save it or export
  3. after export there should be a scenario where he can drag n drop that existing form, edit it maybe

Any leads?

Answers (2)

artfDecember 8, 20170 reactions

Hi @absolution54321 it's something you should be able to implement by yourself, make use of Blocks API

// Just an example, on selected component you click, somewhere... 'Save element', and
const selected = editor.getSelected();
editor.BlockManager.add('new-block-uuid...', {
  label: `Saved ${selected.getName()}`,
  content: selected.toHTML(),
});
lock[bot]September 18, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.