Steve Pfisterer

Results 59 comments of Steve Pfisterer

Thanks @christianmagill! I'm interested in seeing how people are using it, so if you or anyone has anything to share I'd love to see it. Regarding an activate method, maybe...

My only hesitation with that is that it adds specific WordPress and ACF function calls to the library. I don't think the library currently does that anywhere else. It also...

Can you give me an example? Not sure I follow.

Ah so you're looking for a way to patch into the auto generated fields. Makes sense. I'm going to create a 2.0 wishlist label.

@clams4shoes Even when specifying the key in `get_field` you get the other field's value? Specifying the field name like `get_field('heading')` will definitely yield a collision. I end up prefixing each...

I don't think this is possible via the ACF GUI, is it? You can add conditional logic to the Flexible Content itself, and the individual fields in a layout, but...

This is a good idea, and I need to investigate further. Thinking if it should just prefix the key or also the field name. In the clone field, I assume...

@broskees The `addFile` method you're using does exist, you can see it here: https://github.com/StoutLogic/acf-builder/blob/master/src/FieldsBuilder.php#L314 I believe the issue is accessing the `$formFields` variable, which defined outside the scope of the...

Do you mean the static front page? The locations are just wrappers for ACF's own values. While we don't have all the values listed (perhaps we should) you can always...

Thanks for submitting, can you tell me what versions of ACF Builder and PHP you're using?