TOPIC:

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262021

  • Topic Author
  • Mehmet
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 13
  • Thanks: 0
Hi Mirko,
SORRY,
but your link in the email doesn't work ...

File Attachment:
File Name: mypck_00147.zip
File Size:8 COM_KUNENA_USER_ATTACHMENT_FILE_WEIGHT



greeting
Mehmet
Attachments:

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

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262022

  • Mirec's Avatar
  • Mirec
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 3262
  • Thanks: 163
Hi,

could you please try-catch my example on this link .

Please download->unzip->and install it (BF->Configuration->Package Installer->select this xml file->Install Package).


Let me know the result!
Regards,
Mirko

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

Last edit: Post by Mirec.

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262029

  • Topic Author
  • Mehmet
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 13
  • Thanks: 0
Hi Mirko,
Link works, downloaded the file, will try it out tonight.
Thank you in advance for your efforts, it already looks very good. Thanks alot.
greeting
Mehmet

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

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262031

  • Mirec's Avatar
  • Mirec
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 3262
  • Thanks: 163
Hi,

super! Let me know the result! :)
If you need more help, let me know!

Regards,
Mirko

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

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262110

  • Topic Author
  • Mehmet
  • Offline
  • New Member
  • New Member
  • Registered
  • Posts: 13
  • Thanks: 0
Hello Mirko
I downloaded and installed your script.
and I tried your script but I'll get on, I'm apparently too stupid for that.
greeting
Mehmet

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

Checkbox nur anwählbar, wenn Datum in Zukunft 1 year 10 months ago #262118

  • Mirec's Avatar
  • Mirec
  • Offline
  • Platinum Member
  • Platinum Member
  • Registered
  • Posts: 3262
  • Thanks: 163
Hi,

do not worry we will solve everything! :)
I think that you need to find the ID of your element.
function ff_mirko0000_init()
{

setInterval('test()', 500);

} // ff_QuickForm972683687_init

function test(){
var selecteddate =ff_getElementByName('b').value;
var currentdate=ff_getElementByName('c').value;
var time =ff_getElementByName('d').value;

if(time > 16 ){
jQuery("#ff_elem6335").attr("disabled", true);
}
else{
jQuery("#ff_elem6335").attr("disabled", false);
if(selecteddate  > currentdate){
jQuery("#ff_elem6335").attr("disabled", true);
}else{
jQuery("#ff_elem6335").attr("disabled", false);
}

}

}

- jQuery("#ff_elem6335").attr("disabled", true); instead 'ff_elem6335' you need add id of checkbox, you need make inspect in console and find 'id' of checkbox.(not id lable of checkbox then id of checkbox).

Please make these changes in the code and my example should be working.

If you want you can send me your backend link and access data and I will connect on your form and solve your problem on email ma@evolutio.hr

Regards,
Mirko

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

Time to create page: 0.085 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!