beth.nicholas65790 Approved

Member since: 2021-06-02

Recent posts by beth.nicholas65790
Post When

I can attach multiple renderFrom components to a page but cannot see both of them. Is this possible?...

Posted in Multiple forms on one page

$page = Page::where('slug', $this->param('slug'))->first();
$this->components['renderForm']->setProp...

Posted in Passing formCode to renderForm rendering default form

{% component 'renderForm' formCode=page.form_to_show %}

page.form_to_show is "contact-form" which is...

Posted in Passing formCode to renderForm rendering default form

I have inherited an October site that I am trying to add forms to. The application has "pages" as a ...

Posted in Setting renderForm value from a CMS field

I have the following inside a partial. The form_to_show is set on the page variable and passed into ...

Posted in AJAX handler 'renderForm::onSubmit' was not found.

I've disabled strict mode at the mysql level and no luck

Posted in Builder won't save model changes

Thanks @daftspunk. No luck with that I'm afraid. Could there be a setting in my local mysql config t...

Posted in Builder won't save model changes

Thanks @daftspunk. No luck with that I'm afraid. Could there be a setting in my local mysql config t...

Posted in Builder won't save model changes

Hello. I'm very new to October and have an issue with the builder on my local development server onl...

Posted in Builder won't save model changes

Hello. I've inherited a site made with OctoberCMS and have a requirement to be able to select a form...

Posted in List of available forms