Hi,

Related modules: D7.23, Field Button 1.0-beta1, Views 3.7, Rules 2.3. If other modules might be involved, please ask.

I have a content type with several fields and 1 button field.
I created a view of these content types.
I created a rule which is triggered on 'User clicks a button field'. The rule does some actions and finally performs a page redirect to a webform.

As long as I am viewing the node (any of them), the button works fine. It executes the rule.
When I show the view, only on the first item the button works. The next ones a "page reload" happens and my rule is not executed. I have no page reload configured.
I tried with another sorting in my view, but the problem stays. Only on the first item in the view the button works (the rule is executed).

Any ideas where to look for this problem?

Regards,
Frank

Comments

Firewolf’s picture

Doing some extra research on a test site.

The problem occurs when the rows in the view are styled as 'content'. I use full content.
When I style the rows as 'fields' and select the button field, all buttons seem to work.