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)
安装:
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
屏幕截图:
升级注意事项:
1.1.2
fixed the error about showing the values that are coming from selectbox
1.1.1
Done some plugin tests on Wordpress 5.7.2
1.1.0
Condition attribute can be more than one condition
1.0.0
Shortcode defined
常见问题:
What are the dependencies of this plugin?
You must install Contact Form 7 and Flamingo to use this plugin.
更新日志:
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