Forum
Perch Group and IDs
Hi,
When using a repeater within a group, if the repeater child IDs match another ID within the template, the group repeats across the template and changes the order.
E.G.
<perch:group label="Group One" collapse>
<perch:content id="title" type="text" label="Title" required title>
</perch:group>
<perch:group label="Group Two" collapse>
<perch:repeater id="questions" label="Questions">
<perch:content id="title" type="text" label="Title">
</perch:repeater>
</perch:group>
Diagnostics:
Perch Runway: 3.1.2, PHP: 7.2.7, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $, with PDO
Server OS: Linux, fpm-fcgi
Installed apps: content (3.1.2), assets (3.1.2), categories (3.1.2), perch_blog (5.6.1), perch_forms (1.10), perch_kraken (1.1)
App runtimes: <?php $apps_list = [ 'perch_blog', 'perch_forms' ];
PERCH_LOGINPATH: /admin
PERCH_PATH: //www/admin
PERCH_CORE: /www/admin/core
PERCH_RESFILEPATH: /admin/resources
Image manipulation: GD Imagick
PHP limits: Max upload 256M, Max POST 256M, Memory: 256M, Total max file upload: 256M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
SCRIPT_NAME: /admin/core/settings/diagnostics/index.php
REQUEST_URI: /admin/core/settings/diagnostics/
DOCUMENT_ROOT: /www
HTTP_HOST: website.com
Best avoid doing that until I've had a look at it.
Okay, thanks Drew.