Hey Guys.

I have created a content type 'contacts' where i have a field number (machine name:field_number).

I have used 'node_type_get_types' method to display type is there any way to display above field through dsm.??

I want to store values coming from a form to this field.

Comments

ravibarnwal’s picture

Can you explain in details?

If you want to save a node or content from modules then you can use

<?php
node_save();
?>

you can find example here