Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rinatkhaziev committed Jul 6, 2013
1 parent c730cda commit 0dcbf00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.txt
Expand Up @@ -78,15 +78,16 @@ The [fu-upload-form] shortcode has several parameters that can modify its behavi
Here's example of default form (you don't need to enter all that if you want to use default form, just use [fu-upload-form]):

`[fu-upload-form class="your-class" title="Upload your media"]
[textarea name="caption" class="textarea" id="ug_caption" description="Description (optional)"]
[input type="text" name="post_title" id="title" class="required" description="Title" multiple=""]
[textarea name="post_content" class="textarea" id="ug_caption" description="Description (optional)"]
[input type="file" name="photo" id="ug_photo" class="required" description="Your Photo" multiple=""]
[input type="submit" class="btn" value="Submit"]
[/fu-upload-form]`


= I want to customize my form =
You can include additional elements with a set of shortcodes
[input]
[input type="text" name="post_title" id="title" class="required" description="Title" multiple=""]
[select name="foo" class="select" id="ug_select" description="Pick a fruit" values="Apple,Banana,Cherry"]
[textarea]

Expand Down

0 comments on commit 0dcbf00

Please sign in to comment.