How to clear form cache
This is how to clear form cache when other parameters don't work. I'm using it when clear Drupals cache on AHAH forms.
<?php
cache_clear_all('form_'. $_POST['form_build_id'], 'cache_form');
?>
Knowledge keywords:
This is how to clear form cache when other parameters don't work. I'm using it when clear Drupals cache on AHAH forms.
<?php
cache_clear_all('form_'. $_POST['form_build_id'], 'cache_form');
?>