TOPIC:

Delete a comma if only one field is filled out 3 years 6 months ago #237645

  • Topic Author
  • witchypaws
  • Offline
  • Junior Member
  • Junior Member
  • Registered
  • Posts: 26
  • Thanks: 0
Hi

I have two fields in content builder

One is called ppcontactname and the other is ppjobtitle

On the content template, I have added the following

{hide-if-empty ppcontactname} {ppcontactname:value}{/hide}{hide-if-empty ppjobtitle}, {ppjobtitle:value}{/hide}

with a comma and space between the two fields - this works fine if they fill out both fields and it works fine if the jobtitle field is empty

However, if they fill out the jobtitle field and not the contact name field, i get the example in the screenshot where the comma and space is showing in front of the field

I have tried various combinations but if you turn the comma off for one field, it shows on the other, etc.

Is there a way to write a script that shows something not hides something or is there a way to do what I want please

Thanks

Jacqui
Attachments:

Please Log in or Create an account to join the conversation.

Delete a comma if only one field is filled out 3 years 6 months ago #237650

  • mihaela
  • Offline
  • User is blocked
  • User is blocked
  • Registered
  • Posts: 3128
  • Thanks: 416
Hello,

In the Content Template code with conditional statements can't be written, but there is a possibility to write code in the Content Prepare.

Therefore, here is how you can manage this situation.

In Content Prepare put the following code:
if( $items["ppcontactname"]["value"]  != "" && $items["ppjobtitle"]["value"]  != "" ) {
    $items["ppjobtitle"]["value"] = ", " . $items["ppjobtitle"]["value"];
}
Then in the Content Template leave out the ",", so just leave this code:
{hide-if-empty ppcontactname} {ppcontactname:value}{/hide}{hide-if-empty ppjobtitle}{ppjobtitle:value}{/hide}

Let me know whether this is working as you wanted.

Regards,

Mihaela

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.046 seconds

Support Chat

Join our Discord chat and enter the Crosstec channels for live-support, chat forums and interact directly with the community!

After joining, please enter the Crosstec Area and use the #crosstec-support or #crosstec-general channels.

Quick Links

Downloads

BreezingForms

ContentBuilder

BreezingCommerce

Templates

Documentation

BreezingForms

ContentBuilder

BreezingCommerce

Apprendre BreezingForms (French Community)

Apprendre et maîtriser BreezingForms par des tutoriels et exemples, le tout en français

breezingforms.eddy-vh.com

Questions et réponses sur les forums de l'AFUJ

AFUJ

Subscribe to news and updates!

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!

Live Support Chat Opened!

Join our Discord chat here and enter the Crosstec channels to receive live support and talk directly to the team!