开发者 | mahlamusa |
---|---|
更新时间 | 2017年3月11日 00:20 |
捐献地址: | 去捐款 |
PHP版本: | 4.5 及以上 |
WordPress版本: | 4.7.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
multi-purpose-mail-form
folder to the /wp-content/plugins/
directory<?php mpmf_default_form() ?>
for the default contact form or <?php echo mpmf_subscribe(); ?>
for the default subscription form<?php echo link_to_us(); ?>
on your template[mpmfcustom id="Form Id"]-Custom Message-[/mpmfcustom]
where "Form Id" is a number - the id of the form you want to use and -Custom Message- is any message or writing you want to appera above the form on your page or post.Visit our YouTube Channel for up to date video tutorials and plugin documentation.
Go to your admin, under MPMF, To create a form, just enter its name in the text box label "Form Name" under "New Form" on the Main page, then click "Create". On the same page
Now you can start adding fields by clicking on "Edit Fields" next to the form you want to edit. You will see the list of fields you can add to your form in the form of buttons you can click on the right sidebar of the page. You will also see a live preview of the form after adding a field to it.
On the main page accessible by clicking "MPMF" on the dashboard, you can click "Edit Field" next to the name of the form you want to add fields to. You will be taken to a page with the form's preview and buttons representing fields you can add.
Go to your dashboard and click "MPMF", you will see a list of your currently available forms. Click delete next to the name of the form you want to delete.
Go to your wordpress admin page, under 'MPMF' click 'Edit Fields'. On the page that will open you will see a preview of the form you selected.
In the form list on the main page of the plugin, copy the shortcode on the right of the plugin you want to insert to a page. Paste the shortcode in any page/post you want it displayed.