We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27889
    • 415 Posts
    Can you give me your call to FDM and your complete friendly url configuration please.
      MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
      MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
      • 22549
      • 19 Posts
      Quote from: Soda at Jun 14, 2007, 10:58 AM

      Can you give me your call to FDM and your complete friendly url configuration please.

      [!FDM? &model=`52` &parent=`[*id*]` &disableedit=`1` &disabledelete=`1` &disableunpublish=`1` &disablepublish=`1` &eform_tpl=`fdmEformProduct`!]


      I’ve Friendly URLs turned off
        • 29039
        • 58 Posts
        Ok. Big Thanks! I make some forms with textfields and all work correct. Can i use another elements (ex. radio, select, checkbox etc.)?
          • 27889
          • 415 Posts
          Feel free to use all the fields you want, as the form is managed by eForm, check its documentation.
            MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
            MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
            • 29039
            • 58 Posts
            Yes, its clean. How to make content relative "selected" or "checked" option in chank?
            Can you give an example?
              • 27889
              • 415 Posts
              That’s html stuff and google is your friend
                MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
                MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
                • 27889
                • 415 Posts
                @pachirulo, can you try the new 0.0.81
                  MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
                  MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
                  • 33992 ☆ A M B ☆
                  • 455 Posts
                  Hi,
                  I installed it but i have problem to use it well, i added &eform_tpl=`fdmEform` but Eform tpl doesn’t load and i see bottoms only.
                  Can anyone give a live demo?


                  Thanks
                  AHHP
                    God loves me. 【ツ】


                    MODX.ir (Persian Support)

                    Boplo.ir/modx/ (Persian)
                    • 27889
                    • 415 Posts
                    Can you post your fdmEform template, and your call ?
                      MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
                      MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
                      • 29039
                      • 58 Posts
                      Quote from: Soda at Jun 15, 2007, 06:27 AM

                      That’s html stuff and google is your friend
                      first of all. this litle snipet for checkbox
                      <?php
                      // field displayed in checkbox
                      $item=isset($item)?$item:’hidemenu’;

                      $result = $modx->documentObject[$item];

                      if ($result!=0) {
                            echo "<input name=\"$item check\" type=\"checkbox\" class=\"checkbox\" checked=\"checked\" value=\"$item\" />\n";
                            echo "<input type=\"hidden\" name=\"$item\" class=\"hidden\" value=\"0\" />\n";
                        }
                      else {
                      echo "<input name=\"$item check\" type=\"checkbox\" class=\"checkbox\" value=\"$item\" />\n";
                               echo "<input type=\"hidden\" name=\"$item\" class=\"hidden\" value=\"1\" />\n";
                        }
                      ?>
                      And this is call in chunk
                      [[checkbox? &item=`hidemenu`]]
                      So, it`s not just html stuff.
                      And now i have a problem with adding docs.
                      &model parameter dont work correctly.
                      With out &model parent doc copy them self.

                      [!FDM? &parent=`88` &model=`121` &eform_tpl=`fdmEformMy`!]
                      With this ^ i have 404 Eror, and new doc (copy of &model) in &parent dir. I have not access for edit form.
                      Whats uppppp?