Skip to content

issues Search Results · repo:silverstripe/silverstripe-multiform language:PHP

Filter by

31 results
 (77 ms)

31 results

insilverstripe/silverstripe-multiform (press backspace or delete to remove)

I installed and used successfully the module on different SS4.13 websites, had no issue whatsoever. Then rebuilt the same sites under SS5 and everything works but Multiform. I don t know what happens but ...
  • digitweaks
  • 26
  • Opened 
    on May 6, 2024
  • #88

Branch 1.3. Here is the offending line. $currentStep = DataObject::get_one( MultiFormStep , array( SessionID = $this- session- ID, ID = $StepID ) ); Note SessionID ...
  • muppsy007
  • 2
  • Opened 
    on Feb 22, 2021
  • #87

Summary When in a subclass of MultiFormStep and calling $this- getValueFromOtherStep() only steps for the current session matching the subclass type will be returned. This effectively makes the method ...
  • muskie9
  • Opened 
    on Nov 11, 2020
  • #85

When getting values from other steps via MultiFormStep::getValueFromOtherStep(), the method references the protected MultiForm::$session directly in it s logic as $this- form- session- ID. With $session ...
  • muskie9
  • Opened 
    on Nov 6, 2020
  • #83

I am not able to override the templates for steps. For example I have a first step namespaced as SilverStripe\Forms\Step.php; and I copied the template in templates/SilverStripe/Forms/Step.ss but does ...
  • salmantzo
  • 1
  • Opened 
    on Oct 28, 2020
  • #82

1.3 branch has unreleased fixes for php 7.2, which silverstripe 3 may need. Can we please get a stable tag?
  • tractorcow
  • 1
  • Opened 
    on Aug 18, 2020
  • #81

Whenever I use the function copyValueFromOtherStep I get the error [NOTICE] Undefined property: SilverStripe\Control\Session::$session Line 478 in ....\vendor\silverstripe\multiform\src\Models\MultiFormStep.php ...
  • ellywolf
  • 3
  • Opened 
    on Jun 8, 2020
  • #80

Hi, I always have an error 404 when pressing next, I m using SS 3.7 with the version 1.3 of the module.
  • digitweaks
  • 1
  • Opened 
    on Mar 19, 2019
  • #78

Hi Thanks for upgrading MultiForm to SS4. I m upgrading an SS3 MultiForm to SS4 and I ve run into one minor difficulty. The site is working dev/build?flush=1 no errors. The form is rendering the first ...
affects/v4
change/patch
effort/easy
impact/high
type/bug
  • aledbrown
  • 3
  • Opened 
    on Nov 1, 2018
  • #77

I have implemented a four-step form which is working, but I cannot override the form templates. I have added a template for each step to the Includes folder and also ensured it is the same name as the ...
  • stufarquhar
  • 1
  • Opened 
    on Oct 25, 2018
  • #76
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub