Alternative lightbox plus when javascript is disabled
-
I’m using the following code to open a cform with lightbox plus.
‘
<div style=”display:none”>
<div id=”ruilen_id” style=”padding: 10px;background: #fff”>
<?php insert_cform(‘formulier’); ?>
</div>
</div>’But what to do when javascript is disabled. Is there a way to open a alternative page with the form when javascript is disabled?
- The topic ‘Alternative lightbox plus when javascript is disabled’ is closed to new replies.