Category assignment not working
-
Hi,
When users submit the form I want the post that is created to be posted under a category with the ID 19. I have whitelisted the category in the settings and the code I’m using is:
[fu-upload-form category="19" form_layout="post_image" title=""] [input type="text" name="post_title" id="title" class="required" description="Titel (krævet)" multiple=""] [textarea name="post_content" class="textarea" id="ug_caption" description="Beskrivelse (valgfrit)"] [input type="file" name="photo" id="ug_photo" class="required" description="Billede(r) (krævet)" multiple=""] [input type="submit" class="btn" value="Tilføj"] [/fu-upload-form]The posts are posted in the default category (ID 1). The form can be seen here.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Category assignment not working’ is closed to new replies.