Beschreibung
Flamingo Shortcode
WordPress plugin for list messages from Flamingo (Contact Form 7) on pages or posts via shortcode
Shortcode:
[flamingo-inbound-messages number=‘-1′ form=’all‘ head=’no‘ fields=’all‘ condition=’no‘ order=’desc‘ orderby=’date‘]
Shortcode Attributes:
number: number of messages to show (default: -1)
form: which formid to display (default: all)
head: table header (default: no) Sample: ‚Name,Surname‘
fields: which fields to display (default: all) Sample: ‚your-name,your-surname‘
condition: do you have any condition about fields (default: no) Sample:’your-name:=:A;your-surname:=:B‘
order: messages order (default: desc)
orderby: messages order by (default: date)
Installation
- Upload the plugin files to the
/wp-content/plugins/flamingo-shortcode
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‚Plugins‘ screen in WordPress
- Use the shortcode described in this README
FAQ
-
What are the dependencies of this plugin?
-
You must install Contact Form 7 and Flamingo to use this plugin.
Rezensionen
There are no reviews for this plugin.
Mitwirkende & Entwickler
„Flamingo Shortcode“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Flamingo Shortcode“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.1.2
- fixed the error about showing the values that are coming from selectbox
1.1.1
- plugin tests on WordPress 5.7.2
1.1.0
- condition attribute can be more than one condition
1.0.0
- shortcode defined