Jump to content

sjaaksken

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by sjaaksken

  1. Hi,

    I'm having troubles hiding the scf-website, I created a form.php with the following:

    <?php namespace ProcessWire; ?>
    
    <div class="form__item form__item--scf-website" id="wrap_Inputfield_scf-website" id='content'>
    	<?php
    	echo $modules->get('SimpleContactForm')->render(); 
    	?>
    </div>

    I can't seem to hide the scf-website field, what should I add to the CSS?

×
×
  • Create New...