TOPIC:

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237656

  • Topic Author
  • Sly036
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 9
  • Thanks: 0
Hi!

Quick mod button doesn't show as well as the other's 2

i install breezing form pro and when creating a new form i only have "new, copy, publish etc...

and when creating a new form it's automaticaly quick mod.

thanks for your support

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

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237657

  • MarioPuco's Avatar
  • MarioPuco
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 5957
  • Thanks: 558
Hi,

Go to Bf > Configuration > Enable Legay Modes and set it to "Yes".
This will enable Legacy modes ( Easy and Classic Mode )

Regards,
Mario

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

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237658

  • Topic Author
  • Sly036
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 9
  • Thanks: 0
Thank you, works perfectly ^^

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

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237659

  • MarioPuco's Avatar
  • MarioPuco
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 5957
  • Thanks: 558
Hi,

Great !
Let me know if you have any other questions.

Regards,
Mario
The following user(s) said Thank You: Sly036

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

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237662

  • Topic Author
  • Sly036
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 9
  • Thanks: 0
Hi ! actually yes i do have a question !

i would like to add this code to a field i've tried but didn't succeded:

If you are looking for generate a random expression, like password with alphanumeric or any other character, use this function:

<?php
function GeraHash($qtd){
//Under the string $Caracteres you write all the characters you want to be used to randomly generate the code.
$Caracteres = 'ABCDEFGHIJKLMOPQRSTUVXWYZ0123456789';
$QuantidadeCaracteres = strlen($Caracteres);
$QuantidadeCaracteres--;

$Hash=NULL;
for($x=1;$x<=$qtd;$x++){
$Posicao = rand(0,$QuantidadeCaracteres);
$Hash .= substr($Caracteres,$Posicao,1);
}

return $Hash;
}

//Here you specify how many characters the returning string must have
echo GeraHash(7);
?>

I need tu insert this in the profile form of a user and it need to be unique or INT but seperate from the unique user ID.

Thank's in advance for your time

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

Quick mod button doesn't show as well as the other 2 3 years 6 months ago #237667

  • MarioPuco's Avatar
  • MarioPuco
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 5957
  • Thanks: 558
Hey,

Check this piece of documentation on where you can add PHP/JS and so on...
crosstec.org/en/support/online-documenta...ript-and-pieces.html

So I guess you would need to add this to Before Form Piece and populte the textfield with ff_setValue('name', 'value');

Regards,
Mario

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

Moderators: ForumSupport
Time to create page: 0.063 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!