Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Please note, that since 1.54.6 and later version of ConfiForms plugin you can set your own height/width for the form easily within a ConfiForms Registrations Control (FormView) macro, as well as in Edit Controls and the Entry Viewer

There is no need to hack it with JavaScript!


This demo is relevant for ConfiForms plugin versions prior to 1.54.6


Code Block
<script>
AJS.params.cf_formWidth = 1300;
AJS.params.cf_formHeight = 400;
</script>

...