• Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Paypal Content Plugin On List View

Status
Not open for further replies.
Hi Rob,

Sorry for late respone.

Now i solve the problem already. Just need modify the list template "default.php" at line 23

<form class="fabrikForm" action="<?php echo $this->table->action;?>" method="post" id="<?php echo $this->formid;?>" name="fabrikList">

Change to

<div class="fabrikForm" action="<?php echo $this->table->action;?>" method="post" id="<?php echo $this->formid;?>" name="fabrikList">

Now paypal button render correctly at 1st row and the next.

Regards,
MyFateBiz
 
thanks for getting back - I guess that is because you can't have <form> tags inside other <form> tags, and that your paypal html contains <form> tag
 
Status
Not open for further replies.
Back
Top