Change Form Name

Alvin Bruss created the topic: Change Form Name

A form was created with the name Test-XX as the form was being developed. Now I want to change the form name to be more meaningful. I cannot find where to do that.

#20758

Please Log in or Create an account to join the conversation.


Support replied the topic: Change Form Name

Dear Alvin,

Please check the screenshot attached.
Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20775
Attachments:

Please Log in or Create an account to join the conversation.


Alvin Bruss replied the topic: Change Form Name

I should have qualified that I am using Drupal 7.34. I think I am on FormMaker 7.x-1.10
I see there is a later version 7x-2.5. How do I update?

#20796
Attachments:

Please Log in or Create an account to join the conversation.


Support replied the topic: Change Form Name

Dear Alvin,

Please change the title of your content.
Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20803

Please Log in or Create an account to join the conversation.


Alvin Bruss replied the topic: Change Form Name

The content was renamed by the creator to Activities Scheduling Request Form but the form stays TESTXX (note arrows)

Also, can I upgrade to the 7x-2.5 version?

I downloaded the 7x-2.5 free version to another Drupal website. It didn't look any different. Are there any improvements in 7x-2.5?

It appears that once FormMaker picks up the content name, it doesn't check anymore for changes.

#20806
Attachments:

Please Log in or Create an account to join the conversation.


Support replied the topic: Change Form Name

Dear Alvin,

Please be informed, that the title appears only when editing the content. As for your question, please be informed, that there were only bug fixes on that version. Unfortunately we are not updating Form Maker for Drupal.

Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20841

Please Log in or Create an account to join the conversation.


Alvin Bruss replied the topic: Change Form Name

If that was the case, I could deal with that but the Form Title also appears in the emails sent and that is not acceptable. See arrow.

Also, if it was for just this time, I would recreate the form. But I can see in the future having to change a form name once in a while.

From your first response image, it appears you have a solution for WordPress or Joomia but not Drupal.

As for the upgrade, where the bug fixes minor or major?

I just realized that I started this thread in the Joomia/FormMaker Forum. It should have been in the Drupal/FormMaker Form. Can it be moved?

#20842
Attachments:

Please Log in or Create an account to join the conversation.


Support replied the topic: Change Form Name

Dear Alvin,

We can suggest you a code and after you implement it, the form title will change when you modify the content title (so also in the submissions). Here is the code, which you'll need to add to drupal-form\form_maker.module file.

/**
* Implements hook_node_update().
*/
function form_maker_node_update($node) {
    if ($node->type == 'form_maker') {
    $title = $node->title;
    db_query("UPDATE {form_maker_table} SET title=:title WHERE vid=:vid", array(':title' => $title, ':vid' => $node->nid));
    }
}

Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20859

Please Log in or Create an account to join the conversation.


Alvin Bruss replied the topic: Change Form Name

That fixed it. Thank you very much.

#20889

Please Log in or Create an account to join the conversation.


Support replied the topic: Change Form Name

Dear Alvin,

Please feel free to contact us whenever you have any other problems.
Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20904

Please Log in or Create an account to join the conversation.


Time to create page: 0.372 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us