Basic information

Simple contact form (name, email, message) to be added as a widget to sidebars or footer area, or any post / page ( as a shortcode ).

!Important: In order to use it a a regular widget your theme must be supporting sidebar/footer area.
There are no restrictions to use it a shortcode on any page/post.

Use it as regular widget

Go to Appearance - Widgets. Find "Simple Contact Us Form Widget" in the list of all widgets, then click Add. Title it, select its style and define a positon (either sidebar or footer).

Admin page

Then save Widget and you're all done.

Use it as a shortcode

Just wrap this: "gbsimple_contact_us_widget" around square brackets and paste it on any page / post. Then you're good to go.

[gbsimple_contact_us_widget]

Default style is blue-ish. If you want to apply another CSS filter, use one of those pre-defined style names - red, green, blue, white or black, in the following format:

opening square bracket - plugin name - space - literal word "style" - equal sign - name of the css filter wrapped in quotes - closing square bracket:

[gbsimple_contact_us_widget style="red"]

or

[gbsimple_contact_us_widget style="black"]

 

CSS filters and their layout examples

Red

 

Green

 

Blue

 

White

 

Black