How to INITIALLY show repeat group ?

Oh.. so complicated....

Ok.. thank you for your advice about ajax.
I think , I should not waste time with php plugin but start learning and doing Ajax...
Thanks a lot Hugh




Sent from my MB865 using Tapatalk 2
 
I wish I could take some time to help, but I've about hit the limit of what I can do in Community support. If you wanted to sign up for Standard, I'd be happy to help you write it.

-- hugh
 
I understand Hugh .... and you've helped a lot of us even in community support .... really appreciated it. I think I should consider signing-up . The reason I still in community support, I rarely do programming/application project and so far, mostly what I want to question is already answered in fabrik forum :) and wiki ...

Ok Hugh ... I'll give one last try ... if it's still not working , I'll ask your help to write me the code and subscribed ... ;)

But right now I've made some changing in list/join structure ....


Course Code : EKC123
Student ID : Quiz 1

//Repeat group
StudentName | Mark
John Mark : _____
Elvis Mark : _____
Zack Mark : _____
........
........
........
 
OK. I feel bad, but I'm having to learn how to say "No" in Community support, otherwise it isn't fair to the paying customers. And I only have so many hours in the day, and have to put food on my table. :)

-- hugh
 
Code:
Fabrik.addEvent('fabrik.form.group.duplicate.min', function (form) {
    // insert code here to get repeat count from the server
    // with an AJAX call, and set this var.  For this example
    // just setting it to 3 as a test.
    var rcount = 3;
 
    // You'll need to know your numeric group ID as well,
    // so you can override the repeat min setting in the form object
    form.options.minRepeat[123] = rcount;
})

I tried this but still did not work :confused:
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top