I am using 4.7.2 and the latest release of nodeformtemplate in conjunctioon with nodeformpopup.

i am unable to get any anything to go into the fields of the form template except for the title field. i can choose any of the %strings or just plain text into the title field (the node title) and it works great! however, none of the other fields maintain their text when i push the submit button.

is the template restricted to allow only certain fieldtypes to be populated?

jason

CommentFileSizeAuthor
#3 nodeformtemplate-cck.patch.txt1.05 KBEgon Bianchet

Comments

Egon Bianchet’s picture

No, it should work with all textfields ... I'll have a closer look. Which node type is causing troubles btw?

jbhan’s picture

its a custom CCK node, with a title field (the node title) - which is the one that saves/populates, and a few simple text fields. there is a radiobutton field, and a catagory, freetagging enabled, field. I am trying to populate the title, url, and the summary fields from the nodeformpopup module.

thanks!

jason

Egon Bianchet’s picture

Status: Active » Needs work
StatusFileSize
new1.05 KB

You may want to try this patch as a temporary fix ... I have yet to find a better solution.

Egon Bianchet’s picture

Whooops, nevermind.

It won't work because I forget some stuff ..

Egon Bianchet’s picture

Status: Needs work » Fixed

I just committed a new version of nodeformtemplate that should be a lot more solid. Now all textfields and textareas should work, with the exception of freetagging and nodereference fields.

Get it from here http://drupal.org/node/96733 once the tarball is updated

Anonymous’s picture

Status: Fixed » Closed (fixed)