Saving Note element with Submission
-
Trying to save Note element as a part of Submission data into mySQL database.
Example: http://joxi.ru/IQP9UhjKTJDFBfmtA6MI gave nickname to my note “part2”
But, note element doesn’t get submitted to the table.
How to troubleshoot this ? Thank You !
I tried to do both:
fm_summary_the_nickname() and
fm_summary_get_item_value($nickname)
My Code is below. Any light on this is greatly appreciated !
-
<?php while(fm_summary_have_items()): fm_summary_the_item(); ?>
- <?php echo fm_summary_get_item_label($nickname); ?> : <?php echo fm_summary_get_item_value($nickname); ?>
- <?php echo fm_summary_the_nickname('part2');?>: <?php echo fm_summary_the_value('part2'); ?>
<?php endwhile; ?>
The topic ‘Saving Note element with Submission’ is closed to new replies.