Tell us what you are trying to do? see the link below.
Is there any documentation that you are following? not at the moment
Is there a similar example that we can see? hidden link
This is a credit simulation.
Please press the form buttons + and -, change values, the value slider, the months etc. You can see that the fields will be ajax updating according to formulas, very fast.
I know that Toolset doesnt allow to do this by default, but is this possible with custom code along with toolset?
Toolset has field ajax validation, to check what options are available for a field option. I already tested but it's not as fast as i see in this form.
thanks.
Actually, this form isn't updating with AJAX when you click "+" or "-". It is doing JavaScript calculations based on a known algorithm and known inputs, and updating the display based on the outcome of those calculations. No AJAX call is triggered. See the attached screenshot - the only network activity happening when you click one of the "+" or "-" buttons is click tracking (response is a gif). No AJAX View or filtering system is going to perform this fast, no matter how powerful your server is.
With enough custom code, you could probably write something similar in JavaScript but it's difficult for me to say because I don't really know how the calculations are made and what they are based on.
Thank you Christian, my mistake then.
Will have to go around this issue using custom code.