Joomla Form Maker在哪里可以找到html表单模板

时间:2014-12-08 11:34:55

标签: html joomla

我正在使用正在使用Form Maker的Joomla项目。我的任务是改进HTML template,但我绝对找不到它。我在扩展程序的目录文件夹中搜索到了所有可能的地方。

结构:

|-models 
|----formaker.php
|----index.html
|-uploads
|----index.html
|-views
|----formmaker
|--------tmpl
|------------default.php
|------------default.xml
|------------index.html
|------------main.js
|--------index.html
|--------view.html.php
|----index.html
|-controller.php
|-formmaker.php
|-index.html
|-wd_captcha.php

从我的观点来看,主文件位于views/formmaker/tmpl/default.php但是我找不到如何修改特别是HTML模板以更改表格参数的方式。

更新 - default.xml的结构:

<?xml version="1.0" encoding="utf-8"?>
<metadata>
    <layout title="Form">
        <message></message>
    </layout>
    <fields name="request">
        <fieldset name="request" addfieldpath="/administrator/components/com_formmaker/models/forms"    >
            <field name="id" type="modal_contacts" label="Select a Form" required="true"/>
        </fieldset>
    </fields>
</metadata>

提前谢谢

2 个答案:

答案 0 :(得分:0)

根据Form Maker扩展名,唯一可能的解决方案是更改表单元素的HTML标记,它只是根据您的需要重写整个脚本。

不建议使用此脚本,即使是高级版本。

答案 1 :(得分:-1)

表格参数在xml文件中。尝试此路径views/formmaker/formmaker.xml