Active
Project:
Prepopulate
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 20:13 UTC
Updated:
30 Jan 2012 at 20:45 UTC
I have a simple input form that I want to have my users fill out and then press "continue". The value of the input form should then populate the title field on the node/edit form. How would I do this?
Comments
Comment #1
oobie11 commentedFigured it out. for anyone wanting to do the same thing, here is what my simple form looks like:
This gets the value of the input and after hitting the submit button, populates the title field of my content type.