Skip Navigation

[Resolved] Woocommerce Billing Email field in Cred

This support ticket is created 2 years, 7 months 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 2 replies, has 2 voices.

Last updated by Puntorosso 2 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2152079

Hi,
when I try to add the WooCommerce Billing Email ("_billing_email") as field in a edit post Cred form, I get:

"There is a problem with _billing_email field. Please check CRED form."

All other fields like ("_billing_first_name" or "_billing_city") work.

Do I miss something?

My form

[credform]
[cred_generic_field type='hidden' field='returnpath']
{
"default":"[wpv-search-term param='return']"
}
[/cred_generic_field]
<div class="container-fluid">
	<div class="row">
		<div class="col-sm-12">
			[cred_i18n type="html" name="scaffold_field_id"]<p style="height:50px;"></p>
<p class=hlabel>BOOKING DETAILS</p>[/cred_i18n]
		</div>
	</div>
	<div class="row">
		<div class="form-group col-sm-2">
			<label for="%%FORM_ID%%_payment-method">[cred_i18n name='payment-method-label']Payment Method[/cred_i18n]</label>
			[cred_field field='payment-method' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-4">
			<label for="%%FORM_ID%%__billing_email">[cred_i18n name='_billing_email-label']Email[/cred_i18n]</label>
			[cred_field field='_billing_email' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%_payment-date">[cred_i18n name='payment-date-label']Payment Date[/cred_i18n]</label>
			[cred_field field='payment-date' force_type='field' class='form-control' output='bootstrap']
		</div>
	</div>
	<div class="row">
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%__billing_first_name">[cred_i18n name='_billing_first_name-label']Billing First Name[/cred_i18n]</label>
			[cred_field field='_billing_first_name' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%__billing_last_name">[cred_i18n name='_billing_last_name-label']Billing Last Name[/cred_i18n]</label>
			[cred_field field='_billing_last_name' force_type='field' class='form-control' output='bootstrap']
		</div>
	</div>
	<div class="row">
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%__billing_address_1">[cred_i18n name='_billing_address_1-label']Billing Address[/cred_i18n]</label>
			[cred_field field='_billing_address_1' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-2">
			<label for="%%FORM_ID%%__billing_postcode">[cred_i18n name='_billing_postcode-label']Billing Postcode[/cred_i18n]</label>
			[cred_field field='_billing_postcode' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-4">
			<label for="%%FORM_ID%%__billing_city">[cred_i18n name='_billing_city-label']Billing City[/cred_i18n]</label>
			[cred_field field='_billing_city' force_type='field' class='form-control' output='bootstrap']
		</div>
	</div>
	<div class="row">
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%__billing_state">[cred_i18n name='_billing_state-label']Billing State[/cred_i18n]</label>
			[cred_field field='_billing_state' force_type='field' class='form-control' output='bootstrap']
		</div>
		<div class="form-group col-sm-6">
			<label for="%%FORM_ID%%__billing_country">[cred_i18n name='_billing_country-label']Billing Country[/cred_i18n]</label>
			[cred_field field='_billing_country' force_type='field' class='form-control' output='bootstrap']
		</div>
	</div>
	<div class="row">
		<div class="col-sm-12">
			[cred_field field='form_messages' class='alert alert-warning']
		</div>
	</div>
	<div class="row">
		<div class="col-sm-12">
			[cred_field field='form_submit' output='bootstrap' value='Submit' class='submit-btn btn btn-primary btn-lg']
		</div>
	</div>
</div>
[/credform]
<div class="cancel-link"><a href="[geturl_prm param='return']">[cred_i18n name='cancel']Cancel[/cred_i18n]</a></div>
#2152993

Shane
Supporter

Languages: English (English )

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

Hello,

Thank you for getting in touch.

Can you let me know if all these fields are on the Post Type ? Also which post type are you editing, i'm trying to setup an instance on my end to test this but i'm not sure how to replicate as these fields only appear on the User.

Please provide a little more information on how to replicate the issue.

Thanks,
Shane

#2160519

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.