Create Multiple Forms
Opencart is an ecommerce platform which really need Drag and Drop Form system . Create Multiple Forms just by Drag and Drop options with any filed within seconds for any type of form like advertising form , contact form , ticket form , support form etc.
Some Key features
- Add multiple form
- Drag and drop input fields mostly all.
- Required and non required options
- Change label name , field input name , form name and even submit button name
- Define form title , URL
- Give multiple email address for each form and even successful message.
- Delete , enable and disable form .
- It create footer links automatically for each form according to form title
- Clear form options
- Captcha options for spam protections.
- You can replace default contact form with new form of your choice.
- We have follow Opencart CSS for form in frontend so it won’t effect your theme or design.
- Clean code and design with browser compatibility.
- much more …
Comments ( 3 )
ставил, при переходе на модуль после установки, происходит переход на другой сайт
нужна адаптация под OС2. кто поможет?
Александр Рощин 31.01.2015 в 13:38
Та же история!
Помогите решить!
В конце файлов:
admin/view/template/frmcreator/creator_form.tpl
admin/view/template/frmcreator/creator_list.tpl
убрать следующий код:
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.offsetHeight + ‘px’;
}
$(‘.tab-box’).live(‘click’,function(){
var id = $(this).attr(‘id’);
$(‘.tab-box’).removeClass(‘active’);
$(this).addClass(‘active’);
$(‘.tab’).css(‘display’,’none’);
$(‘#t_’+id).fadeIn(‘fast’);
});
iframe{
width: 99.8%;
height: 425px;
border: 1px solid silver;
border-radius: 0 0 5px 5px;
}