I need some help to figure out how to switch over an HTML page with a JavaScript embedded form in it to Drupal 7. I've done some searching and reading but I'm not getting it. I'm new to Drupal so I need some very basic instruction.
Hi folks, I'm hoping there's someone here who either has come from the SharePoint world and/or can offer suggestions regarding forms and workflow in general.
What's a current great way to migrate from an InfoPath and Advanced Workflow world to Drupal?
In general terms here are the very basic requirements:
• Web-enabled form
• The form should obviously gather info and insert data into a table somewhere (that's the easy part)
• Can Drupal forms hide sections and only reveal them based on criteria?
I am in the works to migrate a wordpress site to Drupal using the WordPress Migration module. My problem is that the wordpress site was a news site that had a few custom fields attached to the post (See XML export code below). Reading the documentation it looks like I need to map the data using the addFieldMapping function in the Drupal migration module but I'm not sure how to map to the fields using XPATH.
My company needs to export a 3000 page SharePoint site which contain 500 sub sites. Has anyone tried to export data from SharePoint to Excel spreadsheet or CSV files? We did export some pages to Excel spreadsheet and found that the body section did not contain HTML formatted text. All images and url links, and tags were stripped out. We need to have the HTML in the spreadsheet file to be able to import it into the new Drupal 8 site using Migrate Source CSV. Does anyone know how to extract this body data from SharePoint?
I am using Migrate CSV to migrate sharepoint nodes from a csv file into Drupal 8
I need to strip part of the page titles. An example page title is about.aspx. I want to strip the .aspx
Right now I am doing a straight mapping like this= title: title. Is there a plugin that can strip this out?
I know I could do a search and replace in the csv file but I feel its safer to remove in the processing.
I have looked here but cannot find one.
I'm developing a website on drupal 8 , i tried to install twitter/oauth module but i got an error which says i need to instal PERL libraries. Do you know where can i find them?