Skip Navigation

[Resolved] Field default value shows field type with cred 1.8

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Author
Posts
#444414
Screenshot 2016-10-08 10.42.52.png

All of my cred forms are displaying the field type as the default value with CRED 1.8 (see attached image). If I upgrade to 1.8.1 I loose the ability to display edit forms to guest users.

#444428

I compared 1.8 vs 1.8.1 to see what was different since 1.8.1 fixes the issue but leaves the edit form unavailable to guest users. I commented out the following section in /cred-frontend-editor/embedded/classes/Form_Builder.php

/*
        //Pre-check access as guest in order to avoid creation of auto-draft
        if ($user_id <= 0) {
            if (!$preview && !$formHelper->checkFormAccess($form_type, $form_id)) {
                return $formHelper->error();
            }
        }
*/

The forum ‘Types Community Support’ is closed to new topics and replies.