EinSteini / ShortcodeWidgets

A wordpress plugin which adds new shortcodes to wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShortcodeWidgets

Shortcode Widgets is a Wordpress Plugin that contains some widgets called by a shortcode.
These are currently available:

CSVContact

CSVContact is widget that is pretty similar to Contact Forms 7, but with the major difference that it stores the submitted data into csv files. When one month is over, you get the csv file of the passed month mailed to your admin email.

Usage:

In the beginning, you call the shortcode inside of the wordpress editor. The shortcode's name is "csvcontact". After that you can determine which form inputs in which order you want to use. This can be done by using the "content" attribute. This attribute has to be a string where the wanted inputs can be passed in the wanted order, seperated by commas.
Currently available inputs:

  • name gives the form two inputs in one row with "name" and "surname"
  • email gives you a input field for email adresses
  • message gives you a textarea for a message
  • adress gives yo a text input for adresses
  • beds is a special input for hotels
  • company is a input for the company name
  • period is a tag with two inputs for arrival and departure date
  • sector gives you an input for the company's sector
  • telephone gives you an input for the telephone number

[csvcontact content="name, email, message"]

You can change the labels, placeholders and titles inside the csv file in the settings, along with the email adress the files should be sent to, the text of the submit button and the timezone relative to GMT that should be used in the csv file's "Time" section. A shortcode generator is planned.

About

A wordpress plugin which adds new shortcodes to wordpress


Languages

Language:PHP 91.0%Language:HTML 8.4%Language:CSS 0.6%