Forum
Welcome, Guest
Username: Password: Remember me

TOPIC: Change Form Name

Change Form Name 9 years 5 months ago #20758

  • Alvin Bruss
  • Alvin Bruss's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
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.
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20775

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Alvin,

Please check the screenshot attached.
Thank you.
Attachments:
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20796

  • Alvin Bruss
  • Alvin Bruss's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
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?
ActivitySchedulingRequestFormRetamaVillageAccess.png
Last Edit: 9 years 5 months ago by Alvin Bruss. Reason: More info
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20803

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Alvin,

Please change the title of your content.
Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20806

  • Alvin Bruss
  • Alvin Bruss's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
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.
Attachments:
Last Edit: 9 years 5 months ago by Alvin Bruss. Reason: grammer
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20841

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
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
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20842

  • Alvin Bruss
  • Alvin Bruss's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
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?
Attachments:
Last Edit: 9 years 5 months ago by Alvin Bruss. Reason: wrong forum
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20859

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
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
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20889

  • Alvin Bruss
  • Alvin Bruss's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
That fixed it. Thank you very much.
The administrator has disabled public write access.

Change Form Name 9 years 5 months ago #20904

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
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
Clear the cache before asking questions. :)
The administrator has disabled public write access.
Time to create page: 0.172 seconds
Powered by Kunena Forum