Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
truxton
ParticipantAs a widget
You can do this by entering a JSON formatted string of options to the Fancybox options field. For example, to set the size of the popup to 400×400, use the code below:
{ width: 400, height: 400, autoDimensions: false, onStart: function(){}, onComplete: function(){} }
Note: the reason you need to add the onStart and onComplete options is that the default Quform popup link has custom code to automatically resize the Fancybox window to wrap your form size.See the Fancybox Options API for a list of all available options.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)