Hello
I have a cb field cb_domain for url allowing users to input their own domain on which our IA plugin will be installed.
Upon submission we have a crawler getting the data from their website. This operation may last up to 30mn to follow robots rules and servers load.
I have already implemented a lock in the code via cb dates fields and the user is warned by the explanations in the field cb_domain
However this does not stop a user from changing the field, so I was wondering whether it was possible to implement a time lock forbidding to change the fields during say 20 minutes
.
Would it be possible by CB conditional or CB Code ? or would I have to build an autoaction ?
How would you set this up ?
thanks