Viewing 5 replies - 1 through 5 (of 5 total)
  • My advice is that you do this via jQuery. In the success message of the form, add a div with a specific ID. Ex: “This is your Registration code <div id=’newCode’> </ div>”, and inject this ID tag via Jquery(‘#newCode’).html(‘the code autogenerated id “).

    Thread Starter emiheskey

    (@emiheskey)

    Thanks for your reply. Please how do I inject the ID tag via jquery? I haven’t done this before.

    Thanks

    first you need to know whether this incremental ID is already working correctly. it works through a specific form field like this it?

    Thread Starter emiheskey

    (@emiheskey)

    It is a private field. It works correctly

    there is another way you can do this by function “fm_helper_displayAck( $formInfo, $postData )” located in api.php file, this function riding the success message.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display one item after submission’ is closed to new replies.