I have apllied patch 128 in http://drupal.org/node/82956 - then I tried with patch 127 - no difference

The fields show up just fine and I can check and uncheck. But there is only a malformed empty submit button (with no letters in it), and when I push it, the changes I have made does not get saved.

All fields are still checked for public showing. Whenever pushing the malformed button things are just reset.

CommentFileSizeAuthor
#2 privacy_form.patch1.46 KBheine

Comments

lennart’s picture

At least now I can get the 'submit' button to show up by changing line 68 from

$form['submit'] = array('#type' => 'submit', '#title' => t('Submit'));
to
$form['submit'] = array('#type' => 'submit', '#value' => t('Submit'));

But - the changes made are still not saved!

heine’s picture

Status: Active » Needs review
StatusFileSize
new1.46 KB
moshe weitzman’s picture

Status: Needs review » Fixed

applied to 4.7. there is no head or 5.0 for this module yet. please help.

Anonymous’s picture

Status: Fixed » Closed (fixed)