Andy Miller

Results 487 comments of Andy Miller

Closing because due to issue age. Please re-open if you continue to have issues

I'm going to test this one after the next release.

Are you on the latest released version of Form plugin? I can run fine under PHP 7.4, even PHP 7.8 with checkbox and radio fields. I'll have to get a...

Form and admin plugins have been updated extensively since this was reported. Have you tried with develop branch of each ?

I think your issue might be related to the fields in side of element tag. You are using list style . Yaml fields. These should be full header.gelato.pistachio format not...

Here’s a sample from seo magic: ```yaml images.type: type: elements label: PLUGIN_SEOMAGIC.IMAGE_TYPE help: PLUGIN_SEOMAGIC.IMAGE_TYPE_HELP default: auto options: webshot: PLUGIN_SEOMAGIC.IMAGE_TYPE_WEBSHOT auto: PLUGIN_SEOMAGIC.IMAGE_TYPE_AUTO image_name: PLUGIN_SEOMAGIC.IMAGE_TYPE_IMAGE_NAME image_attribute: PLUGIN_SEOMAGIC.IMAGE_TYPE_IMAGE_ATTRIBUTE 'og-image': PLUGIN_SEOMAGIC.IMAGE_TYPE_OG_IMAGE media_first: PLUGIN_SEOMAGIC.IMAGE_TYPE_MEDIA_FIRST default:...

Looks like docs is wrong imho. Need to test properly when I’m on my computer. Phone is not going to cut it.

Not sure who did those docs but the example looks very broken to me.

The example I gave you was from a 'blueprints' file.. so no `header.variable` references. To work in a page scenario you need prefix your element fields with `header.`: ```yaml title:...

Unfortunately it's not that simple. Forms are processed and stored during `onPageProcessed` and are not really modifyable beyond that point. This will need some consideration.