There's a requirement in our project which requires price table to be hidden, as the input of the prices will be handled by another function. What I've managed to do is to create a 'hidden' widget type, but somehow I still could not find out how I could hide the table although the fields are hidden already, as shown in the screen attached.

Can anyone help me out on this or at least a guide on how I could hide the table from the widget's end?

CommentFileSizeAuthor
Screen-Shot-2012-07-18-at-4.52.57-PM.jpg17.46 KBjonloh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra’s picture

Status: Active » Fixed

I suggest you to use Field Extra Widgets or hide it yourself with #access in the widget_form_alter hook.

jonloh’s picture

Oh wow, thanks! This is the exact module I need.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.