Skip Navigation

[Closed] Post Form for post displayed wrong editor?

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 7 years, 11 months ago.

Assisted by: Shane.

Author
Posts
#393755
PostFormEditor.png

I create a Post Form for Posts and the editor that is displayed is not the one I see in the documentation (see attached screenshot).

Here is the generated code.
I expected the editor to be as per the wordpress editor.

[credform class='cred-form cred-keep-original']

	[cred_field field='form_messages' value='']

	<div class="cred-field cred-field-post_title">
		<label class="cred-label">
Post Name
</label>
		[cred_field field='post_title' post='post' value='' urlparam='']
	</div>

	<div class="cred-field cred-field-post_content">
		<label class="cred-label">
Body Content
</label>
		[cred_field field='post_content' post='post' value='' urlparam='']
	</div>

	<div class="cred-field cred-field-post_excerpt">
		<label class="cred-label">
Post Excerpt
</label>
		[cred_field field='post_excerpt' post='post' value='' urlparam='']
	</div>

	<div class="cred-field cred-field-_featured_image">
		<label class="cred-label">
Featured Image
</label>
		[cred_field field='_featured_image' value='' urlparam='']
	</div>

	<div class="cred-group cred-group-taxonomies">
		<div class="cred-taxonomy cred-taxonomy-category">
			<div class="cred-header"><h3>Categories</h3></div>
			[cred_field field='category' display='checkbox']
			<div class="cred-taxonomy-auxilliary cred-taxonomy-auxilliary-category_add_new">
				[cred_field field='category_add_new' taxonomy='category' type='add_new']
			</div>
		</div>
		<div class="cred-taxonomy cred-taxonomy-post_tag">
			<div class="cred-header"><h3>Tags</h3></div>
			[cred_field field='post_tag']
			<div class="cred-taxonomy-auxilliary cred-taxonomy-auxilliary-post_tag_popular">
				[cred_field field='post_tag_popular' taxonomy='post_tag' type='show_popular']
			</div>
		</div>
		
	</div>

	<div class="cred-field cred-field-recaptcha">[cred_field field='recaptcha' value='' urlparam='']</div>

	[cred_field field='form_submit' value='Submit' urlparam='']

[/credform]
#393805

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Paul,

Thank you for contacting our support forum.
I'm not sure why you are getting this editor but as a standard support procedure I would like for you to disable all your non-toolset plugins and then check the forma again.

If that does not work could you please re-create the form and see if that helps.

Once you have done that please let me know and we can move to the next step of debugging.

Thanks,
Shane

The topic ‘[Closed] Post Form for post displayed wrong editor?’ is closed to new replies.