Skip Navigation

[Resolved] cred for problem

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 3 replies, has 2 voices.

Last updated by Christian Cox 6 years, 1 month ago.

Assisted by: Christian Cox.

Author
Posts
#1166214

hi im having probelm with my cred front post form
1-im using reptor group that has image filed and some fileds inside
im getting an eror
hidden link
why?
2- my repator filed has image and title and description
how cani assign those filed to the image (like i would do from media window)

3-is there a way to design the form make it multistep and with
4- is theres a way to make the image url not show and only image will show

thanks

#1167164

1-im using reptor group that has image filed and some fileds inside
im getting an eror

Please temporarily deactivate all plugins except Types, Views and Forms. Activate a default theme like Twenty Seventeen, then test the Form again. If the problem is resolved, reactivate your theme and other plugins one by one until the problem returns. If the problem is not resolved, I'll take a closer look. Please provide login credentials in the private reply fields here.

2- my repator filed has image and title and description
how cani assign those filed to the image (like i would do from media window)

It would require custom code. We have the following APIs available to assist:
https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/#toolset_association_created
https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

3-is there a way to design the form make it multistep and with
Toolset Forms does not support multi-step forms, but you can create multiple Forms on separate pages to simulate a multi-step Form.

4- is theres a way to make the image url not show and only image will show
You might be able to do this with CSS, I'll need to see the Form.

#1167791

hi
ive disabled all plugin activated wordpress default theme nothing
it doesnt work properly
as you can see
hidden link

#1167960

1. This Form creates My Wowsee posts. It does not create RFGs. Posts and RFGs must be created in separate Forms. Please review the documentation for creating RFGs with Forms: https://toolset.com/documentation/getting-started-with-toolset/creating-and-displaying-repeatable-field-groups/front-end-forms-for-repeatable-field-groups/

2. This Form has multiple credform shortcodes. I'm not sure what you're trying to accomplish. It looks like the code was copy + pasted several times? Not sure. I think the best solution is to delete all this code and click "Auto-generate form content" again to recreate the Form fields. There should be only one opening credform and one closing credform in the code.

[credform]
	[cred_field field="form_messages" class="alert alert-warning"]
	<div class="form-group">
		<label>WOWSEE Title</label>
		[cred_field field="post_title" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>Featured Image</label>
		[cred_field field="_featured_image" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>תחומים</label>
		[cred_field field="wowsee-category" force_type="taxonomy" output="bootstrap" display="checkbox"]
		[cred_field field="wowsee-category_add_new" taxonomy="wowsee-category" type="add_new"]
	</div>
	<div class="form-group">
		<label>טקסט חופשי</label>
		[cred_field field="free-text" force_type="field" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>תן שם ל WOWSEE שלך</label>
		[cred_field field="wowsee-name" force_type="field" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>צבע כותרת</label>
		[cred_field field="titlecolor" force_type="field" class="form-control" output="bootstrap"]
	</div>
	[cred_field field="form_submit" output="bootstrap" value="Submit" class="btn btn-primary btn-lg"]
[/credform][credform]
	[cred_field field="form_messages" class="alert alert-warning"]
	<div class="form-group">
		<label>woosee-slide Title</label>
		[cred_field field="post_title" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>Featured Image</label>
		[cred_field field="_featured_image" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>תחומים</label>
		[cred_field field="wowsee-category" force_type="taxonomy" output="bootstrap" display="checkbox"]
		[cred_field field="wowsee-category_add_new" taxonomy="wowsee-category" type="add_new"]
	</div>
	<div class="form-group">
		<label>תן שם ל WOWSEE שלך</label>
		[cred_field field="wowsee-name" force_type="field" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>צבע כותרת</label>
		[cred_field field="titlecolor" force_type="field" class="form-control" output="bootstrap"]
	</div>
	[cred_field field="form_submit" output="bootstrap" value="Submit" class="btn btn-primary btn-lg"]
[/credform][credform]
	[cred_field field="form_messages" class="alert alert-warning"]
	<div class="form-group">
		<label>woosee-slide Title</label>
		[cred_field field="post_title" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>Featured Image</label>
		[cred_field field="_featured_image" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>תחומים</label>
		[cred_field field="wowsee-category" force_type="taxonomy" output="bootstrap" display="checkbox"]
		[cred_field field="wowsee-category_add_new" taxonomy="wowsee-category" type="add_new"]
	</div>
	<div class="form-group">
		<label>תן שם ל WOWSEE שלך</label>
		[cred_field field="wowsee-name" force_type="field" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>שקופית</label>
		[cred_field field="wowsee-pic" force_type="field" class="form-control" output="bootstrap"]
	</div>
	<div class="form-group">
		<label>צבע כותרת</label>
		[cred_field field="titlecolor" force_type="field" class="form-control" output="bootstrap"]
	</div>
	[cred_field field="form_submit" output="bootstrap" value="Submit" class="btn btn-primary btn-lg"]
[/credform]